Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commonControls/DateControl

Type aliases

DateControlActionProps

DateControlActionProps: object

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.

Type declaration

  • Optional change?: string[]

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

    Default ['builtin_change']

  • Optional set?: string[]

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

    Default: ['builtin_set']