Preparing search index...
The search index is not available
Grandmaster's smith - Gruppe 04 - App2000 - Dokumentasjon
Grandmaster's smith - Gruppe 04 - App2000 - Dokumentasjon
types/InputFieldWithValidationProps
InputFieldWithValidationProps
Interface InputFieldWithValidationProps
interface
InputFieldWithValidationProps
{
errors
?:
string
[]
;
isRequired
?:
boolean
;
label
:
string
;
name
:
string
;
onFieldUpdate
:
(
(
field
,
value
)
=>
void
)
;
placeholder
?:
string
;
type
:
string
;
value
:
any
;
}
Index
Properties
errors?
is
Required?
label
name
on
Field
Update
placeholder?
type
value
Properties
Optional
errors
errors
?:
string
[]
Optional
is
Required
is
Required
?:
boolean
label
label
:
string
name
name
:
string
on
Field
Update
on
Field
Update
:
(
(
field
,
value
)
=>
void
)
Type declaration
(
field
,
value
)
:
void
Parameters
field
:
string
value
:
any
Returns
void
Optional
placeholder
placeholder
?:
string
type
type
:
string
value
value
:
any
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
errors
is
Required
label
name
on
Field
Update
placeholder
type
value
Grandmaster's smith - Gruppe 04 - App2000 - Dokumentasjon
Loading...
Generated using
TypeDoc