From 8086306332c819eb96c43f00f4c6e4ec1d724c0e Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Fri, 10 Jul 2015 19:43:31 +0100 Subject: [PATCH] Updated Design: Editor Events (markdown) --- Design:-Editor-Events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Design:-Editor-Events.md b/Design:-Editor-Events.md index 5a68c79..e2e0645 100644 --- a/Design:-Editor-Events.md +++ b/Design:-Editor-Events.md @@ -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 |