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(NumberControlAPLComponentProps) to render an APL component.
e.g renderComponent: NumberControlAPLComponentBuiltIns.ModalKeyPadRender.default --- Default Implementation renderComponent: NumberControlAPLComponentBuiltIns.ModalKeyPadRender.default.of(props: NumberControlAPLComponentProps) --- Override few properties
2) Provide a custom function which returns an APL component.
Default: NumberControlAPLComponentBuiltIns.ModalKeyPadRender.default
Defines the APL to use when requesting a changed value.
Defines the APL to use when requesting a value.
The message to show on screen if validation fails.
Props associated with the APL produced by NumberControl.