Rechat SDK
Preparing search index...
IFormEvents
Interface IFormEvents
interface
IFormEvents
{
onError
?:
(
e
:
unknown
)
=>
void
;
onSuccess
?:
()
=>
void
;
validate
?:
(
form
:
Record
<
string
,
string
>
)
=>
boolean
;
}
Index
Properties
on
Error?
on
Success?
validate?
Properties
Optional
on
Error
onError
?:
(
e
:
unknown
)
=>
void
Optional
on
Success
onSuccess
?:
()
=>
void
Optional
validate
validate
?:
(
form
:
Record
<
string
,
string
>
)
=>
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Error
on
Success
validate
Rechat SDK
Loading...