SettingsPanelSize

Initial dimensions (in pixels) of the Settings Panel

TypeScript
export interface

Properties

PropertyTypeDescription
heightnumberHeight of the Settings Panel, in pixels.
widthnumberWidth 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