Preparing search index...
The search index is not available
react-declarative
react-declarative
types
react-declarative/components
IWizardStep
Interface IWizardStep<Payload>
Represents a wizard step.
interface
IWizardStep
<
Payload
extends
IAnything
=
IAnything
>
{
icon
?:
any
;
id
?:
string
;
isMatch
?:
(
id
:
string
)
=>
boolean
;
isVisible
?:
(
payload
:
Payload
)
=>
boolean
;
label
?:
string
;
passthrough
?:
boolean
;
}
Type Parameters
Payload
extends
IAnything
=
IAnything
The type of payload for the step.
Index
Properties
icon?
id?
is
Match?
is
Visible?
label?
passthrough?
Properties
Optional
icon
icon
?:
any
Optional
id
id
?:
string
Optional
is
Match
isMatch
?:
(
id
:
string
)
=>
boolean
Optional
is
Visible
isVisible
?:
(
payload
:
Payload
)
=>
boolean
Optional
label
label
?:
string
Optional
passthrough
passthrough
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
icon
id
is
Match
is
Visible
label
passthrough
react-declarative
Loading...
Represents a wizard step.