functional-models
Preparing search index...
index
ValuePropertyValidatorComponent
Type Alias ValuePropertyValidatorComponent<TValue>
ValuePropertyValidatorComponent
:
(
value
:
TValue
,
)
=>
ComponentValidationErrorResponse
A simple property validator that just looks at the value.
Type Parameters
TValue
extends
Arrayable
<
DataValue
>
Type declaration
(
value
:
TValue
)
:
ComponentValidationErrorResponse
Parameters
value
:
TValue
A single value to validate
Returns
ComponentValidationErrorResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
functional-models
Loading...
A simple property validator that just looks at the value.