Preparing search index...
The search index is not available
devfive front components
devfive front components
index
VerificationProps
Interface VerificationProps
interface
VerificationProps
{
codePlaceholder
?:
string
;
onConfirm
?:
(
(
value
,
code
)
=>
boolean
|
Promise
<
boolean
>
)
;
onSend
?:
(
(
value
)
=>
void
)
;
phoneFieldLabel
?:
string
;
phoneFieldName
?:
string
;
phoneFieldPattern
?:
null
|
false
|
RegExp
;
phoneFieldPlaceholder
?:
string
;
timeoutSecond
?:
number
;
}
Index
Properties
code
Placeholder?
on
Confirm?
on
Send?
phone
Field
Label?
phone
Field
Name?
phone
Field
Pattern?
phone
Field
Placeholder?
timeout
Second?
Properties
Optional
code
Placeholder
code
Placeholder
?:
string
Optional
on
Confirm
on
Confirm
?:
(
(
value
,
code
)
=>
boolean
|
Promise
<
boolean
>
)
Type declaration
(
value
,
code
)
:
boolean
|
Promise
<
boolean
>
Parameters
value
:
string
code
:
string
Returns
boolean
|
Promise
<
boolean
>
Optional
on
Send
on
Send
?:
(
(
value
)
=>
void
)
Type declaration
(
value
)
:
void
Parameters
value
:
string
Returns
void
Optional
phone
Field
Label
phone
Field
Label
?:
string
Optional
phone
Field
Name
phone
Field
Name
?:
string
Optional
phone
Field
Pattern
phone
Field
Pattern
?:
null
|
false
|
RegExp
Optional
phone
Field
Placeholder
phone
Field
Placeholder
?:
string
Optional
timeout
Second
timeout
Second
?:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
code
Placeholder
on
Confirm
on
Send
phone
Field
Label
phone
Field
Name
phone
Field
Pattern
phone
Field
Placeholder
timeout
Second
devfive front components
index
test
Generated using
TypeDoc