EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Create a reference to a PxL script with specified script arguments. These values are displayed in the UI as a clickable link to execute that PxL script.
Name | Type | Description |
---|---|---|
label | string | A value containing the label text for the output deep link. |
script | string | The script ID to execute, such as 'px/namespace'. |
args | dictionary | A dictionary containing the script argument values. |