ShellContextPanel
Represents context panel that shows properties for the current object and is toggleable by pressing F1
Constructors
new ShellContextPanel()
new ShellContextPanel():
ShellContextPanel
Returns
Accessors
root
getroot():null|HTMLDivElement
Context panel node, if it is currently visible, or null otherwise.
Returns
null | HTMLDivElement
Source
syncCurrentObject
getsyncCurrentObject():boolean
Controls whether the context panel shows context for the current object as it changes
setsyncCurrentObject(x):void
Parameters
| Parameter | Type |
|---|---|
x | boolean |
Returns
boolean
Source
visible
getvisible():boolean
Controls context panel visibility
setvisible(x):void
Parameters
| Parameter | Type |
|---|---|
x | boolean |
Returns
boolean