Skip to main content

GetSandboxAttributes

Description

Gets the sandbox attributes for the specified Module.

Syntax

// shellFrame points to instance of IShellFrame
const result = await shellFrame.GetSandboxAttributes(dashboardId);

Parameters

NameOptionalityTypeDescription
dashboardIdRequiredstring | numberThe ID of the dashboard.

Return type

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