1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Updated Design: Editor Events (markdown)

Nick O'Leary 2015-07-10 19:41:58 +01:00
parent 4b6fcd0a2f
commit 4e37428ef3

@ -12,7 +12,8 @@ The follow components emit events for the internal workings of the editor. Need
| Event | Args | Description |
|-------|------|-------------|
| `nodes:change` | `{ dirty: true/false }` | The 'dirty' state of the flow has changed.|
| `sidebar:resize` | | The sidebar has changed size.|
| `view:selection-changed` | `{ nodes: [], link: link }` | The node selection has changed. |
| `workspace:change` | `{ old: 'tab-id', workspace: 'tab-id' }` | The visible workspace tab has changed |
| `nodes:change` | `{ dirty: true/false }` | The 'dirty' state of the flow has changed |
| `sidebar:resize` | | The sidebar has changed size |
| `view:selection-changed` | `{ nodes: [], link: link }` | The node selection has changed |
| `workspace:change` | `{ old: 'tab-id', workspace: 'tab-id' }` | The visible workspace tab has changed |
| `deploy` | | A flows have been deployed successfully |