SettingsPanelSize
Initial dimensions (in pixels) of the Settings Panel
TypeScript
export interfaceProperties
| Property | Type | Description |
|---|---|---|
| height | number | Height of the Settings Panel, in pixels. |
| width | number | Width of the Settings Panel, in pixels. |
Property Details
height
Height of the Settings Panel, in pixels.
TypeScript
height: number;Property Value
number
width
Width of the Settings Panel, in pixels.
TypeScript
width: number;Property Value
number