Enode — API Reference
Preparing search index...
ui/src/wizard/types
WizardController
Type Alias WizardController
type
WizardController
=
{
back
:
()
=>
void
;
busy
:
boolean
;
canNext
:
boolean
;
current
:
WizardStep
|
undefined
;
goTo
:
(
id
:
string
)
=>
void
;
index
:
number
;
isFirst
:
boolean
;
isLast
:
boolean
;
next
:
()
=>
void
;
reset
:
()
=>
void
;
steps
:
WizardStep
[]
;
}
Index
Properties
back
busy
can
Next
current
go
To
index
is
First
is
Last
next
reset
steps
Properties
back
back
:
()
=>
void
busy
busy
:
boolean
can
Next
canNext
:
boolean
current
current
:
WizardStep
|
undefined
go
To
goTo
:
(
id
:
string
)
=>
void
index
index
:
number
is
First
isFirst
:
boolean
is
Last
isLast
:
boolean
next
next
:
()
=>
void
reset
reset
:
()
=>
void
steps
steps
:
WizardStep
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
back
busy
can
Next
current
go
To
index
is
First
is
Last
next
reset
steps
Enode — API Reference
Loading...