GetSandboxAttributes
Description
Gets the sandbox attributes for the specified Module.
Syntax
// shellFrame points to instance of IShellFrame
const result = await shellFrame.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. |