Search
Preparing search index...
The search index is not available
formalizer
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
formalizer
Formalizer
Interface Formalizer<T>
Type parameters
T
Hierarchy
Formalizer
Index
Properties
errors
form
Ref
form
Values
is
Valid
Methods
perform
Validations
set
Values
use
Checkbox
Input
use
Input
use
Radio
Input
use
Toggle
Input
Properties
errors
errors
:
SingleErrorPerInput
|
MultipleErrorsPerInput
form
Ref
form
Ref
:
MutableRefObject
<
null
|
HTMLFormElement
>
form
Values
form
Values
:
T
is
Valid
is
Valid
:
boolean
Methods
perform
Validations
perform
Validations
(
)
:
boolean
Returns
boolean
set
Values
set
Values
(
formValues
:
T
)
:
void
Parameters
formValues:
T
Returns
void
use
Checkbox
Input
use
Checkbox
Input
<
V
>
(
name
:
string
, options
?:
V
)
:
InputAttributes
<
undefined
>
Type parameters
V
:
ValidationSettings
Parameters
name:
string
Optional
options:
V
Returns
InputAttributes
<
undefined
>
use
Input
use
Input
<
V
>
(
name
:
string
, validationConfigs
?:
string
|
InputValidation
<
T
>
[]
, options
?:
V
)
:
InputAttributes
<
undefined
>
Type parameters
V
:
ValidationSettings
Parameters
name:
string
Optional
validationConfigs:
string
|
InputValidation
<
T
>
[]
Optional
options:
V
Returns
InputAttributes
<
undefined
>
use
Radio
Input
use
Radio
Input
<
V
>
(
name
:
string
, value
:
string
, options
?:
V
)
:
InputAttributes
<
undefined
>
Type parameters
V
:
ValidationSettings
Parameters
name:
string
value:
string
Optional
options:
V
Returns
InputAttributes
<
undefined
>
use
Toggle
Input
use
Toggle
Input
<
V
>
(
name
:
string
, options
?:
V
)
:
InputAttributes
<
undefined
>
Type parameters
V
:
ValidationSettings
Parameters
name:
string
Optional
options:
V
Returns
InputAttributes
<
undefined
>
Exports
Formalizer
errors
form
Ref
form
Values
is
Valid
perform
Validations
set
Values
use
Checkbox
Input
use
Input
use
Radio
Input
use
Toggle
Input
Generated using
TypeDoc