From 4e37428ef3c3945cb86a9ff3450b97b152ea97bc Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Fri, 10 Jul 2015 19:41:58 +0100 Subject: [PATCH] Updated Design: Editor Events (markdown) --- Design:-Editor-Events.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Design:-Editor-Events.md b/Design:-Editor-Events.md index 06d94f4..18dc8e2 100644 --- a/Design:-Editor-Events.md +++ b/Design:-Editor-Events.md @@ -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 | \ No newline at end of file +| `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 | \ No newline at end of file