Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commonControls/multiValueListControl/MultiValueListControl

Type aliases

AplContent

AplContent: object

Type declaration

  • dataSource: object
    • [key: string]: any
  • document: object
    • [key: string]: any

AplContentFunc

AplContentFunc: function

Type declaration

AplDocumentPropNewStyle

AplDocumentPropNewStyle: AplContent | AplContentFunc

AplRenderComponentFunc

AplRenderComponentFunc: function

Type declaration

MultiValueListStateValue

MultiValueListStateValue: object

Type declaration

  • erMatch: boolean

    Tracks whether the value is an Entity Resolution match.

    If erMatch = true the value is a slot value ID for the slot type this.slotType. If erMatch = false the value may be an arbitrary string.

  • id: string

    Track the slot value.

MultiValueValidationFailure

MultiValueValidationFailure: object

Type declaration

  • invalidValues: string[]

    A list of values which fails validation.

  • Optional reasonCode?: undefined | string

    A code representing what validation failed.

  • renderedReason: string

    A rendered prompt fragment that can be directly included in the Response.

SlotValidationFunction

SlotValidationFunction: function

ListControl validation function

Type declaration