Command
new Command(model, binding)
- Source:
Parameters:
Name |
Type |
Description |
model |
object
|
|
binding |
Binding
|
|
Members
model :object
- Source:
Type:
binding :Binding
- Source:
Type:
Methods
insertNode(data)
- Source:
Parameters:
Name |
Type |
Description |
data |
object
|
|
testSelection(data) → {boolean}
- Source:
Parameters:
Name |
Type |
Description |
data |
object
|
|
Returns:
-
Type
-
boolean
- Source:
Parameters:
Name |
Type |
Description |
data |
object
|
|
(abstract) createBBNode(data) → {BBNode}
- Source:
Parameters:
Name |
Type |
Description |
data |
object
|
|
Returns:
-
Type
-
BBNode