Determines if APL should be produced.
Default: true
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
Custom APL to request value from list of choices.
Props associated with the APL produced by ListControl.