Search
Preparing search index...
@universe-ee/sdk
Universe
Platform
Uikit
WizardStep
Type Alias WizardStep<N>
Тип шага мастера.
Public
type
WizardStep
<
N
=
string
>
=
{
component
:
ReactElement
;
label
:
string
;
name
:
N
;
}
Type Parameters
N
=
string
Index
Properties
component
label
name
Properties
component
component
:
ReactElement
Компонент, отображаемый при рендере шага.
label
label
:
string
Метка шага.
name
name
:
N
Имя шага.
On This Page
Properties
component
label
name
Юниверс MDM SDK UI
Loading...
Тип шага мастера.
Public