Canvas Launch API enables you to launch or open other apps (widgets) from the current app. Using this API you can launch the following:
- Launch another workspace
- Launch a Workspace and Layout
- Launch a workspace, layout, and then a widget
- Launch a workspace, layout, widget, and trigger a non-contextual app handler
- Launch a widget in modal window
- Launch a form with container in Modal window
- Launch a form without container in Modal window
- Launch a form in an app with container
- Launch a form with form object and container in Modal window
- Launch a form with form object and without container in Modal window
- Launch a custom HTML Content in Modal Window
- Launch pre-defined dialog messages in Modal window
This is a core API that can be invoked in any event. The usage of canvas.launch() API is explained here with the following task as an example:
Launch (open) another workspace Anchor launch_another_workspace launch_another_workspace
...