Interface IStep
Properties
bottomPanel
Declaration
bottomPanel?: IBottomPanelStep
Property Value
description
Declaration
Property Value
icon
Declaration
Property Value
imageHeight
Declaration
Property Value
imageUrl
Declaration
Property Value
imageWidth
Declaration
Property Value
initOnRestore
If true
, returns to edit will be started from this step.
Declaration
Property Value
Type |
Description |
boolean |
If true , returns to edit will be started from this step.
|
mainPanel
Declaration
Property Value
name
Declaration
Property Value
onActivate
Functions that are executed when entering this step.
Declaration
onActivate?: Function[] | Function
Property Value
Type |
Description |
Function[] | Function |
Functions that are executed when entering this step.
|
onBeforeNextStep
Functions that are executed when you click the Next
button, and if this function returns truly value, you go to the next step.
Declaration
onBeforeNextStep?: Function[] | Function
Property Value
Type |
Description |
Function[] | Function |
Functions that are executed when you click the Next button, and if this function returns truly value, you go to the next step.
|
onBeforePrevStep
Functions that are executed when you click the Back
button, and if this function returns truly value, you go to the previous step.
Declaration
onBeforePrevStep?: Function[] | Function
Property Value
Type |
Description |
Function[] | Function |
Functions that are executed when you click the Back button, and if this function returns truly value, you go to the previous step.
|
onLeave
Functions that are executed when leaving this step.
Declaration
onLeave?: Function[] | Function
Property Value
Type |
Description |
Function[] | Function |
Functions that are executed when leaving this step.
|
Declaration
rightToolPanel?: IToolPanel
Property Value
title
Declaration
Property Value
Declaration
Property Value
topPanel
Declaration
Property Value