NullableBooleanField
Sourceimport { NullableBooleanField } from "@prestojs/viewmodel";
Hierarchy
- Field<boolean>
- NullableBooleanField
- BooleanField
Constructor
Params:
| Parameter | Type | Description | |
|---|---|---|---|
options An object with the properties below | |||
| options.asyncChoices | AsyncChoicesInterface | ||
| options.blank | boolean | ||
| options.blankAsNull | boolean | ||
| options.choices | Map|[boolean, string][] | ||
| options.defaultValue | null|boolean| | ||
| options.formatterProps | Record | ||
| options.helpText | string | ||
| options.label | string | ||
| options.readOnly | boolean | ||
| options.widgetProps | Record | ||
| options.writeOnly | boolean | ||
Methods
Returns:Field
Params:
| Parameter | Type | Description | |
|---|---|---|---|
| * | viewModel | ViewModelConstructor |
Returns:void