Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListAPLComponentProps

Props to customize ListControl APLComponent rendering.

Hierarchy

  • ListAPLComponentProps

Properties

Optional highlightSelected

highlightSelected: undefined | false | true

Boolean to determine to highlight user selected choice from the list of items.

Default: false

Optional valueRenderer

valueRenderer: undefined | 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 i.e ListControlRenderedItem.prompt = value