Documentation Index
Fetch the complete documentation index at: https://rive-update-scripting-docs-483.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
For security reasons, Open URL Events are disabled by default in web runtimes.To enable them, set
automaticallyHandleEvents to true.For security reasons, Open URL Events are disabled in share links and on the Rive Marketplace.
URL Properties
When you select the Open URL Event type, additional configuration options become available.
Enter the URL you want to open.
Include the URL protocol (for example,
http:// or https://) when linking to external domains.Blank— Opens the link in a new tab or window, depending on browser settings. Note: If the Event is not triggered by a user interaction (for example, via a Listener), the browser may block it as a popup.Parent— Opens in the parent browsing context. If no parent exists, behaves likeSelf.Self— Opens in the current browsing context.Top— Opens in the topmost browsing context. If no ancestor exists, behaves likeSelf.
For security reasons, URLs are not opened by default in embeds or Marketplace posts. This behavior may change in the future.