Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commonControls/numberControl/NumberControl

Type aliases

AplContent

AplContent: object

Type declaration

  • Optional customHandlingFuncs?: any
  • Optional dataSource?: any
  • Optional document?: any

AplContentFunc

AplContentFunc: function

Type declaration

AplPropNewStyle

AplPropNewStyle: AplContent | AplContentFunc

AplRenderComponentFunc

AplRenderComponentFunc: function

Type declaration

NumberConfirmationRequireFunction

NumberConfirmationRequireFunction: function

NumberControl isRequired function

Type declaration

NumberControlActionProps

NumberControlActionProps: 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']