functional-models
Preparing search index...
index
aggregateValidator
Function aggregateValidator
aggregateValidator
<
T
extends
Readonly
<
{
[
s
:
string
]:
any
}
>
>
(
value
:
any
,
methodOrMethods
:
|
PropertyValidatorComponent
<
T
>
|
readonly
PropertyValidatorComponent
<
T
>
[]
,
)
:
PropertyValidator
<
T
>
Type Parameters
T
extends
Readonly
<
{
[
s
:
string
]:
any
}
>
Parameters
value
:
any
methodOrMethods
:
PropertyValidatorComponent
<
T
>
|
readonly
PropertyValidatorComponent
<
T
>
[]
Returns
PropertyValidator
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
functional-models
Loading...