Preparing search index...
The search index is not available
@fkui/logic
@fkui/logic
ValidationState
Interface ValidationState
Describes the initial state of the validator.
See
ValidationServiceInterface
setState
interface
ValidationState
{
serverError
?:
string
;
submitted
?:
boolean
;
touched
?:
boolean
;
}
Index
Properties
server
Error?
submitted?
touched?
Properties
Optional
server
Error
server
Error
?:
string
Optional
submitted
submitted
?:
boolean
Optional
touched
touched
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
server
Error
submitted
touched
@fkui/logic
Loading...
Describes the initial state of the validator.
See
ValidationServiceInterface setState