Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MultiValueListControlActionProps

Mapping of action slot values to the capability that this control supports.

Behavior:

  • This control will not handle an input if the action-slot is filled with an value whose ID is not associated with a capability.

Hierarchy

  • MultiValueListControlActionProps

Properties

Properties

Optional add

add: string[]

Action slot value IDs that are associated with the "add value/s" capability.

Default ['builtin_add', 'builtin_select']

Optional clear

clear: string[]

Action slot value IDs that are associated with the "clear/empty value/s" capability.

Optional remove

remove: string[]

Action slot value IDs that are associated with the "remove value" capability.

Default ['builtin_remove', 'builtin_delete', 'builtin_ignore']