Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DateRangeControlActionProps

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

  • DateRangeControlActionProps

Properties

Properties

Optional change

change: string[]

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

Default ['builtin_change']

Optional set

set: string[]

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

Default: ['builtin_set']