Preparing search index...
The search index is not available
devfive front components
devfive front components
index
VerificationField
Interface VerificationField
interface
VerificationField
{
codePlaceholder
?:
string
;
label
?:
string
;
name
:
string
;
onConfirm
:
(
(
value
,
code
,
onSuccess
)
=>
void
|
Promise
<
void
>
)
;
onSend
:
(
(
value
)
=>
void
|
Promise
<
void
>
)
;
sendFieldPattern
?:
RegExp
;
sendFieldPlaceholder
?:
string
;
timeoutSecond
?:
number
;
type
:
"code"
;
}
Index
Properties
code
Placeholder?
label?
name
on
Confirm
on
Send
send
Field
Pattern?
send
Field
Placeholder?
timeout
Second?
type
Properties
Optional
code
Placeholder
code
Placeholder
?:
string
Optional
label
label
?:
string
name
name
:
string
on
Confirm
on
Confirm
:
(
(
value
,
code
,
onSuccess
)
=>
void
|
Promise
<
void
>
)
Type declaration
(
value
,
code
,
onSuccess
)
:
void
|
Promise
<
void
>
Parameters
value
:
string
code
:
string
onSuccess
:
(
(
)
=>
void
)
(
)
:
void
Returns
void
Returns
void
|
Promise
<
void
>
on
Send
on
Send
:
(
(
value
)
=>
void
|
Promise
<
void
>
)
Type declaration
(
value
)
:
void
|
Promise
<
void
>
Parameters
value
:
string
Returns
void
|
Promise
<
void
>
Optional
send
Field
Pattern
send
Field
Pattern
?:
RegExp
Optional
send
Field
Placeholder
send
Field
Placeholder
?:
string
Optional
timeout
Second
timeout
Second
?:
number
type
type
:
"code"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
code
Placeholder
label
name
on
Confirm
on
Send
send
Field
Pattern
send
Field
Placeholder
timeout
Second
type
devfive front components
index
test
Generated using
TypeDoc