new Step(name, model, binding)
- Source:
Parameters:
Name | Type | Description |
---|---|---|
name |
string | |
model |
object | |
binding |
Binding |
Members
STATE
- Source:
Properties:
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
STATE |
StepState |
Properties
|
(readonly) name :string
- Source:
Type:
- string
(readonly) model :object
- Source:
Type:
- object
(readonly) binding :Binding
- Source:
Type:
- Binding
(readonly) properties :object
- Source:
Type:
- object
state :StepState
- Source:
Type:
- StepState
active :boolean
- Source:
Type:
- boolean
data :*
- Source:
Type:
- *