intro.js
Preparing search index...
packages/tour/callback
introCompleteCallback
Type Alias introCompleteCallback
introCompleteCallback
:
(
this
:
Tour
,
currentStep
:
number
,
reason
:
"skip"
|
"end"
|
"done"
,
)
=>
void
|
Promise
<
void
>
Type declaration
(
this
:
Tour
,
currentStep
:
number
,
reason
:
"skip"
|
"end"
|
"done"
,
)
:
void
|
Promise
<
void
>
Parameters
this
:
Tour
currentStep
:
number
reason
:
"skip"
|
"end"
|
"done"
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
intro.js
Loading...