Component:HyperlinkOpenDialog: Difference between revisions

From Resonite Wiki
add info
add info
Line 3: Line 3:
|Name=Hyperlink Open Dialog
|Name=Hyperlink Open Dialog
}}
}}
The '''HyperlinkOpenDialog''' component shows in user space as a UIX when the user clicks on a [[Component:HyperLink|HyperLink]] component.
The '''HyperlinkOpenDialog''' component shows in user space as a UIX when the user clicks on a [[Component:Hyperlink|HyperLink]] component.


== Fields ==
== Fields ==
Line 20: Line 20:


== See Also ==
== See Also ==
* [[Component:Hyperlink]]


[[Category:Components:Uncategorized{{#translation:}}|Hyperlink Open Dialog]]
[[Category:Components:Uncategorized{{#translation:}}|Hyperlink Open Dialog]]
[[Category:Components{{#translation:}}|Hyperlink Open Dialog]]
[[Category:Components{{#translation:}}|Hyperlink Open Dialog]]

Revision as of 21:53, 6 March 2025

Component image 
File:HyperlinkOpenDialogComponent.png
Hyperlink Open Dialog component as seen in the Scene Inspector

The HyperlinkOpenDialog component shows in user space as a UIX when the user clicks on a HyperLink component.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
URL Uri The url being accessed.
_hyperlinkText Text The text to fill with what is being accessed.
_reasonText Text The text to show the reason for the link dialog showing.
_openButton Button The button to open the link in URL using the user's OS default browser.

Usage

Not used directly by the user.

Examples

The grant access dialogue when clicking on a link.

See Also