Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DefaultSelectValueAPLProps

Hierarchy

  • DefaultSelectValueAPLProps

Properties

Optional subtitle

subtitle: undefined | string

Default: ''

Optional title

title: undefined | string

Default: 'Please select'

valueRenderer

valueRenderer: function

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

Default: returns the value unchanged.

Type declaration