Rezi
Preparing search index...
core/src
ValidationContext
Type Alias ValidationContext<T>
ValidationContext
:
Readonly
<
{
dirty
:
Partial
<
Record
<
keyof
T
,
boolean
>
>
;
touched
:
Partial
<
Record
<
keyof
T
,
boolean
>
>
;
values
:
T
;
}
,
>
Context passed to validation functions.
Type Parameters
T
extends
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Context passed to validation functions.