tgify.js - v1.3.0
Preparing search index...
Scenes
WizardContextWizard
Class WizardContextWizard<C>
Type Parameters
C
extends
SessionContext
<
WizardSession
>
&
{
scene
:
SceneContextScene
<
C
,
WizardSessionData
>
;
}
Index
Constructors
constructor
Properties
state
Accessors
cursor
step
Methods
back
next
select
Step
Constructors
constructor
new
WizardContextWizard
<
C
extends
SessionContext
<
WizardSession
<
WizardSessionData
>
>
&
{
scene
:
SceneContextScene
<
C
,
WizardSessionData
>
;
}
,
>
(
ctx
:
C
,
steps
:
readonly
Middleware
<
C
>
[]
,
)
:
WizardContextWizard
<
C
>
Type Parameters
C
extends
SessionContext
<
WizardSession
<
WizardSessionData
>
>
&
{
scene
:
SceneContextScene
<
C
,
WizardSessionData
>
;
}
Parameters
ctx
:
C
steps
:
readonly
Middleware
<
C
>
[]
Returns
WizardContextWizard
<
C
>
Properties
Readonly
state
state
:
object
Accessors
cursor
get
cursor
()
:
number
Returns
number
set
cursor
(
cursor
:
number
)
:
void
Parameters
cursor
:
number
Returns
void
step
get
step
()
:
Middleware
<
C
>
|
undefined
Returns
Middleware
<
C
>
|
undefined
Methods
back
back
()
:
WizardContextWizard
<
C
>
Returns
WizardContextWizard
<
C
>
next
next
()
:
WizardContextWizard
<
C
>
Returns
WizardContextWizard
<
C
>
select
Step
selectStep
(
index
:
number
)
:
WizardContextWizard
<
C
>
Parameters
index
:
number
Returns
WizardContextWizard
<
C
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
state
Accessors
cursor
step
Methods
back
next
select
Step
tgify.js - v1.3.0
Loading...