Browser Resource Node
The Browser Resource provides access to essential web browser APIs.
Actions
Navigate to Page
Navigates the browser to another page.
Parameter | Type | Default |
---|---|---|
path | string | `` |
target | string | _self |
Download File from URL
Downloads a file from a specified URL.
Parameter | Type | Default |
---|---|---|
url | string | `` |
Copy to Clipboard
Copies text to the clipboard.
Parameter | Type | Default |
---|---|---|
clipboardText | string | `` |
Pop a toast
Displays a floating informational element at the bottom of the screen
Parameter | Type | Default |
---|---|---|
message | string | `` |
variant | string | primary |
dismissButton | string | `` |
duration | number | 5000 |