PropertyWidget.validate method
PropertyWidget › validate
Unofficial
Validate whether the input value to the widget is correct.Signature:
validate(value: unknown): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| value | unknown | The value to validate. |
Returns: boolean — Whether the value is valid.