Only available in container object scripts
Only available in dice object scripts
Only available in card holder object scripts
Only available in multistate object scripts
Only available in object scripts (for all object types except tables)
Only available in object scripts: Package id of the package that contains the currently executed object script
Only available in table object scripts
Fetch resources from a url according to the given options, returning a promise that will resolve to the response.
Example usage: fetch('https://postman-echo.com/get?foo1=bar1&foo2=bar2').then(res => console.log(JSON.stringify(res.json())))
The URL to fetch
Options for how to call the URL
Only available in card object scripts