Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListControlRenderedItem

Props to customize the value which will be returned by this.valueRenderer().

Hierarchy

  • ListControlRenderedItem

Properties

Optional imageSource

imageSource: undefined | string

Defines the Image source reference to render listItem images on APL.

Optional primaryText

primaryText: undefined | string

Defines the primary Text used to render list Items on APL.

Default: ListControlState.value

prompt

prompt: string

Rendered value which maps to ListControlState.value that will be presented to the user as a list

Default: ListControlState.value

Optional secondaryText

secondaryText: undefined | string

Defines the secondary text used to render list Items on APL.

Default: ''