Show Popup
This node is used to display a component as a modal popup on top of the entire window.
The Show Popup node lets you specify which component will be popped up when signaled with the Show input. Any Component Inputs that the specified component has will be available as inputs to the Show Popup node.
When a popup is closed with the Close Popup node it is possible to send back signals and values via Results and Close Actions. These will become available as outputs for the Show Popup node if the target popup component contains Close Popup nodes.
Data | Description |
---|
Target | A component that will be cloned and put on top of the entire window when the Show signals is received. |
Signal | Description |
---|
Show | Send a signal here to show the popup. |
Mixed | Description |
---|
Component Inputs | Any Component Inputs that the popup component have will be available as inputs. |
A parameter input originating from a **Component Input** in the **Target** component. It's value will be forwarded to the component.Outputs
Signal | Description |
---|
Closed | This output sends a signal when the popup is closed with a Close Popup node. See Close Popup for more information. |
Close Actions | Any close action signals provided via the Close Popup node from the target popup component will become available here. |
A result signal originating from the **Target** components **Close Popup** node.Data | Description |
---|
Close Results | Any result values provided via the Close Popup node from the target popup component will become available here. |
A result output originating from the **Target** components **Close Popup** node.