mirror of
https://github.com/node-red/node-red.git
synced 2025-12-27 23:34:38 +01:00
Updated Design: Editor Events (markdown)
@@ -3,9 +3,9 @@ All events are emitted by `RED.events`.
|
||||
|
||||
| Event | Args | Description |
|
||||
|-------|------|-------------|
|
||||
| `deploy` | | Flows have been deployed successfully |
|
||||
| `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 |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user