Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DefaultSelectValueAPLProps

Hierarchy

  • DefaultSelectValueAPLProps

Properties

Optional debug

debug: undefined | false | true

Whether debug information is displayed

Default: false

Optional selectionListSubtitle

selectionListSubtitle: undefined | string

Default: 'Swipe left to remove items'

Optional selectionListTitle

selectionListTitle: undefined | string

Default: 'YOUR SELECTIONS'

Optional submitButtonText

submitButtonText: undefined | string

Default (en-*): 'Done;'

Optional subtitle

subtitle: undefined | string

Default: 'Say an item or touch it to add it your list'

Optional title

title: undefined | string

Default: 'Create your list'

valueRenderer

valueRenderer: function

Function that maps the MultiValueListControlState.value to rendered value that will be presented to the user as a list.

Default: returns the value unchanged.

Type declaration