mithril-materialized
Preparing search index...
Validatable
Interface Validatable<T>
Represents a component that can be validated
interface
Validatable
<
T
=
any
>
{
isValid
:
boolean
;
value
:
T
;
validate
()
:
ValidationResult
;
}
Type Parameters
T
=
any
Index
Properties
is
Valid
value
Methods
validate
Properties
Readonly
is
Valid
isValid
:
boolean
Readonly
value
value
:
T
Methods
validate
validate
()
:
ValidationResult
Returns
ValidationResult
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is
Valid
value
Methods
validate
mithril-materialized
Loading...
Represents a component that can be validated