Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MultiValueListControlAPLProps

Props associated with the APL produced by ListControl.

Hierarchy

  • MultiValueListControlAPLProps

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 MultiValueListControlComponentAPLBuiltIns.* namespace which provides both default implementations and customization of props(MultiValueListAPLComponentProps) to render an APL component.

e.g renderComponent: MultiValueListControlComponentAPLBuiltIns.DualTextListRender.default --- Default Implementation renderComponent: MultiValueListControlComponentAPLBuiltIns.DualTextListRender.default.of(props: MultiValueListAPLComponentProps) --- Override few properties

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

Default: MultiValueListControlComponentAPLBuiltIns.DualTextListRender.default

Optional requestValue

Custom APL to request value from list of choices.