Designer
Last updated
Last updated
The appmixer.ui.Designer is a UI widget that displays the drag&drop Flow Designer.
Method | Description |
| Constructor function that accepts
Define a share dialog box that gives the user permission to share the flow for all the read/start/stop permissions. Additionally, you can also define the scope of the share with
|
| Set a property of the designer. Currently only "flowId" is supported. Use it to set the flow the designer should open for ( |
| Return a property value. |
| Render the Designer inside its container. |
| Close the designer. |
| React on events of the designer. See below for the list of events the designer supports. |
| Remove event listeners. If no arguments are provided, remove all event listeners. If only the |
| Change the state of the UI. Currently, only |
| Re-render the designer. Call this when you changed flow's state (started/stopped) to make sure the state change is reflected. |
Event | Callback | Triggered when... |
|
| the user clicks the insights menu item. |
|
| the user clicks the clone menu item. |