GetSandboxAttributes
Description
Gets the sandbox attributes for the specified dashboard.
Syntax
// The dashboard variable here points to instance of IDashboard
const result = await dashboard.GetSandboxAttributes(dashboardId);
Parameters
Name | Optionality | Type | Description |
---|---|---|---|
dashboardId | Required | string | number | The ID of the dashboard. |
Return type
Type | Description |
---|---|
Promise < string > | The sandbox attributes or undefined if not found. |