Kind: global class
Create a sibling node.
Kind: instance method of Mind
Param | Type | Description |
---|---|---|
el | Object |
Target element. |
Create a child node.
Kind: instance method of Mind
Param | Type | Description |
---|---|---|
el | Object |
Target element. |
Move the target node up.
Kind: instance method of Mind
Param | Type | Description |
---|---|---|
el | Object |
Target element. |
Move the target node down.
Kind: instance method of Mind
Param | Type | Description |
---|---|---|
el | Object |
Target element. |
Remove the target node.
Kind: instance method of Mind
Param | Type | Description |
---|---|---|
el | Object |
Target element. |
Move the target node to another node (as child node).
Kind: instance method of Mind
Param | Type | Description |
---|---|---|
from | Object |
The target you want to move. |
to | Object |
The target you want to move to. |
Begin to edit the target node.
Kind: instance method of Mind
Param | Type | Description |
---|---|---|
el | Object |
Target element. |
Kind: static method of Mind
Returns: element
- Target element.
Param | Type | Description |
---|---|---|
id | string |
Node id. |