Search
Preparing search index...
@universe-ee/sdk
Universe
Platform
Uikit
WizardStepSchema
Type Alias WizardStepSchema
Тип схемы шага мастера.
Public
type
WizardStepSchema
=
{
next
:
string
|
null
;
prev
:
string
|
null
;
}
Index
Properties
next
prev
Properties
next
next
:
string
|
null
Следующий шаг.
prev
prev
:
string
|
null
Предыдущий шаг.
On This Page
Properties
next
prev
Юниверс MDM SDK UI
Loading...
Тип схемы шага мастера.
Public