Skip to main content

ShellContextPanel

Represents context panel that shows properties for the current object and is toggleable by pressing F1

Constructors

new ShellContextPanel()

new ShellContextPanel(): ShellContextPanel

Returns

ShellContextPanel

Accessors

syncCurrentObject

get syncCurrentObject(): boolean

Controls whether the context panel shows context for the current object as it changes

set syncCurrentObject(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:348


visible

get visible(): boolean

Controls context panel visibility

set visible(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:352