Skip to content

Latest commit

 

History

History
90 lines (48 loc) · 1.62 KB

validatable.md

File metadata and controls

90 lines (48 loc) · 1.62 KB

formstate-xValidatable

Interface: Validatable <T, TValue>

Validatable object.

Type parameters

T

TValue

Hierarchy

Index

Properties

Methods

Properties

$

$: T

Defined in types.ts:31


Optional error

error? : string | null | undefined

Defined in types.ts:34


hasError

hasError: boolean

Defined in types.ts:33


validated

validated: boolean

Defined in types.ts:36


validating

validating: boolean

Defined in types.ts:35


value

value: TValue

Defined in types.ts:32

Methods

validate

validate(): Promise‹object | object›

Defined in types.ts:37

Returns: Promise‹object | object›