Class mindmaps.action.Action
Defined in: Action.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Creates a new action.
|
Method Attributes | Method Name and Description |
---|---|
execute()
Executes this action.
|
|
noEvent()
Don't emit an event after execution.
|
|
noUndo()
Make this action un-undoable.
|
Method Detail
execute()
Executes this action. Explicitly returning false will cancel this action
and not raise an event or undoable action.
{Action}
noEvent()
Don't emit an event after execution.
- Returns:
- {Action}
{Action}
noUndo()
Make this action un-undoable.
- Returns:
- {Action}