Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ListControlAPLProps

Props associated with the APL produced by ListControl.

Hierarchy

  • ListControlAPLProps

Properties

Optional enabled

enabled: boolean | function

Determines if APL should be produced.

Default: true

Optional renderComponent

renderComponent: AplRenderComponentFunc

Determines the APL Component rendering mode.

Usage:

1) Use pre-defined built-ins under ListControlComponentAPLBuiltIns.* namespace which provides both default implementations and customization of props(ListAPLComponentProps) to render an APL component.

e.g renderComponent: ListControlComponentAPLBuiltIns.ImageListRenderer.default --- Default Implementation renderComponent: ListControlComponentAPLBuiltIns.ImageListRenderer.of(props: ListAPLComponentProps) --- Override few properties

2) Provide a custom function which returns an APL component.

Default: ListControlComponentAPLBuiltIns.TextListRenderer.default

Optional requestChangedValue

requestChangedValue: AplDocumentPropNewStyle

Optional requestValue

Custom APL to request value from list of choices.