Skip to main content

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.

Inputs

DataDescription
TargetA component that will be cloned and put on top of the entire window when the Show signals is received.
SignalDescription
ShowSend a signal here to show the popup.
MixedDescription
Component InputsAny 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

SignalDescription
ClosedThis output sends a signal when the popup is closed with a Close Popup node. See Close Popup for more information.
Close ActionsAny 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.
DataDescription
Close ResultsAny 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.