Files
Eric Tuvesson 656e5fc8d2 chore: Upgrade Docusaurus from v2 to v3 (#52)
* chore: Upgrade Docusaurus from v2 to v3

* chore: Update "Test build" GH workflow

* fix: build

All markdown is processed as MDX

* fix: Broken links
2024-01-12 16:53:22 +01:00

4.4 KiB

hide_title, hide_table_of_contents, title
hide_title hide_table_of_contents title
true true Show Popup node

{/##head##/}

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.

{/##head##/}

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

Data Description
Target {/##input:target##/}A component that will be cloned and put on top of the entire window when the Show signals is received.{/##input##/}
Signal Description
Show {/##input:show##/}Send a signal here to show the popup.{/##input##/}
Mixed Description
Component Inputs Any Component Inputs that the popup component have will be available as inputs.

{/##input:popupParam-*##/}A parameter input originating from a Component Input in the Target component. It's value will be forwarded to the component.{/##input##/}

Outputs

Signal Description
Closed {/##output:closed##/}This output sends a signal when the popup is closed with a Close Popup node.{/##output##/} 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.

{/##output:closeAction-*##/}A result signal originating from the Target components Close Popup node.{/##output##/}

Data Description
Close Results Any result values provided via the Close Popup node from the target popup component will become available here.

{/##output:closeResult-*##/}A result output originating from the Target components Close Popup node.{/##output##/}