-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
Description
Using the values from attribute_keys set attribute processors, with allow and deny list
e.g.
* @example <caption>drops all attributes with top-level keys except for 'myAttr' and 'myOtherAttr'</caption>
* attributesProcessors: [createAllowListProcessor(['myAttr', 'myOtherAttr'])]
* @example <caption>drops all attributes</caption>
* attributesProcessors: [createAllowListProcessor([])]
* @example <caption>allows all attributes except for 'myAttr'</caption>
* attributesProcessors: [createDenyListProcessor(['myAttr']]
*/
attributesProcessors?: IAttributesProcessor[];
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Backlog