Skip to main content

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

NameOptionalityTypeDescription
dashboardIdRequiredstring | numberThe ID of the dashboard.

Return type

TypeDescription
Promise < string >The sandbox attributes or undefined if not found.