Closed Machy8 closed 1 year ago
selectorProperties.add/addMultiple
Allow returning an object with custom key:
return { [key]: value }
and for multiple
return { [key]: value, 'another-property': 'some value' }
.
nice to have
Describe the problem
selectorProperties.add/addMultiple
Describe the proposed solution
Allow returning an object with custom key:
and for multiple
Alternatives considered
.
Importance
nice to have