@raisenow/tamaro-core
Preparing search index...
WidgetApi
WidgetRecaptcha
Type Alias WidgetRecaptcha
type
WidgetRecaptcha
=
{
callback
:
(
token
:
null
|
string
)
=>
void
;
promise
?:
Promise
<
null
|
string
>
;
ref
:
RefObject
<
any
>
;
resolve
?:
(
token
:
null
|
string
)
=>
void
;
}
Index
Properties
callback
promise?
ref
resolve?
Properties
callback
callback
:
(
token
:
null
|
string
)
=>
void
Optional
promise
promise
?:
Promise
<
null
|
string
>
ref
ref
:
RefObject
<
any
>
Optional
resolve
resolve
?:
(
token
:
null
|
string
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
callback
promise
ref
resolve
@raisenow/tamaro-core
Loading...