@custouch/jssdk
Preparing search index...
kit/cdpLoginModal
showLoginModal
Function showLoginModal
showLoginModal
(
options
:
LoginModalOptions
,
)
:
{
clearCode
()
:
void
;
destroy
()
:
void
;
getValues
()
:
{
code
:
string
;
identifier
:
string
}
;
setError
(
message
?:
string
)
:
void
;
setSendButtonText
(
text
:
string
)
:
void
;
setSending
(
loading
:
boolean
)
:
void
;
setSubmitting
(
loading
:
boolean
)
:
void
;
}
Parameters
options
:
LoginModalOptions
Returns
{
clearCode
()
:
void
;
destroy
()
:
void
;
getValues
()
:
{
code
:
string
;
identifier
:
string
}
;
setError
(
message
?:
string
)
:
void
;
setSendButtonText
(
text
:
string
)
:
void
;
setSending
(
loading
:
boolean
)
:
void
;
setSubmitting
(
loading
:
boolean
)
:
void
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@custouch/jssdk
Loading...