functional-models
Preparing search index...
index
createPropertyValidator
Function createPropertyValidator
createPropertyValidator
<
TValue
extends
Arrayable
<
DataValue
>
,
T
extends
Readonly
<
{
[
s
:
string
]:
any
}
>
=
Readonly
<
{
[
s
:
string
]:
any
}
>
,
TModelExtensions
extends
object
=
object
,
TModelInstanceExtensions
extends
object
=
object
,
>
(
valueGetter
:
ValueGetter
<
TValue
,
T
,
TModelExtensions
,
TModelInstanceExtensions
,
>
,
config
:
PropertyConfig
<
TValue
>
,
)
:
PropertyValidator
<
T
>
Type Parameters
TValue
extends
Arrayable
<
DataValue
>
T
extends
Readonly
<
{
[
s
:
string
]:
any
}
>
=
Readonly
<
{
[
s
:
string
]:
any
}
>
TModelExtensions
extends
object
=
object
TModelInstanceExtensions
extends
object
=
object
Parameters
valueGetter
:
ValueGetter
<
TValue
,
T
,
TModelExtensions
,
TModelInstanceExtensions
>
config
:
PropertyConfig
<
TValue
>
Returns
PropertyValidator
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
functional-models
Loading...