Windows
Defined in: js-api/src/shell.ts:475
Controls tool windows visibility
Constructors
Constructor
new Windows():
Windows
Returns
Windows
Properties
| Property | Type | Defined in |
|---|---|---|
context | ShellContextPanel | js-api/src/shell.ts:478 |
help | ShellHelpPanel | js-api/src/shell.ts:477 |
Accessors
ai
Get Signature
get ai():
HTMLDivElement
Defined in: js-api/src/shell.ts:546
The AI panel root element. External functionality places content here.
Returns
HTMLDivElement
autoShowToolbox
Get Signature
get autoShowToolbox():
boolean
Defined in: js-api/src/shell.ts:490
When true (default), opening a view automatically shows the toolbox. Set false to prevent the toolbox from appearing automatically.
Returns
boolean
Set Signature
set autoShowToolbox(
x):void
Defined in: js-api/src/shell.ts:491
Parameters
| Parameter | Type |
|---|---|
x | boolean |
Returns
void
hideTabsInPresentationMode
Get Signature
get hideTabsInPresentationMode():
boolean
Defined in: js-api/src/shell.ts:549
Hide dock tabs in presentation mode *
Returns
boolean
Set Signature
set hideTabsInPresentationMode(
x):void
Defined in: js-api/src/shell.ts:550
Parameters
| Parameter | Type |
|---|---|
x | boolean |
Returns
void
onPanelVisibilityChanged
Get Signature
get onPanelVisibilityChanged():
Observable<any>
Defined in: js-api/src/shell.ts:561
Fires when any shell panel visibility changes (sidebar, toolbox, console, help, browse, etc.).
Returns
Observable<any>
presentationMode
Get Signature
get presentationMode():
boolean
Defined in: js-api/src/shell.ts:553
Presentation mode
Returns
boolean
Set Signature
set presentationMode(
x):void
Defined in: js-api/src/shell.ts:554
Parameters
| Parameter | Type |
|---|---|
x | boolean |
Returns
void
showAI
Get Signature
get showAI():
boolean
Defined in: js-api/src/shell.ts:542
Controls the visibility of the AI panel.
Returns
boolean
Set Signature
set showAI(
x):void
Defined in: js-api/src/shell.ts:543
Parameters
| Parameter | Type |
|---|---|
x | boolean |
Returns
void
showBrowse
Get Signature
get showBrowse():
boolean
Defined in: js-api/src/shell.ts:494
Controls the visibility of the browse.
Returns
boolean
Set Signature
set showBrowse(
x):void
Defined in: js-api/src/shell.ts:495
Parameters
| Parameter | Type |
|---|---|
x | boolean |
Returns
void
showColumns
Get Signature
get showColumns():
boolean
Defined in: js-api/src/shell.ts:534
Controls the visibility of the columns window.
Returns
boolean
Set Signature
set showColumns(
x):void
Defined in: js-api/src/shell.ts:535
Parameters
| Parameter | Type |
|---|---|
x | boolean |
Returns
void
showConsole
Get Signature
get showConsole():
boolean
Defined in: js-api/src/shell.ts:510
Controls the visibility of the console.
Returns
boolean
Set Signature
set showConsole(
x):void
Defined in: js-api/src/shell.ts:511
Parameters
| Parameter | Type |
|---|---|
x | boolean |
Returns
void
showContextPanel
Get Signature
get showContextPanel():
boolean
Defined in: js-api/src/shell.ts:522
Controls the visibility of the context pane.
Returns
boolean
Set Signature
set showContextPanel(
x):void
Defined in: js-api/src/shell.ts:523
Parameters
| Parameter | Type |
|---|---|
x | boolean |
Returns
void
showFavorites
Get Signature
get showFavorites():
boolean
Defined in: js-api/src/shell.ts:502
Controls the visibility of the Favorites.
Returns
boolean
Set Signature
set showFavorites(
x):void
Defined in: js-api/src/shell.ts:503
Parameters
| Parameter | Type |
|---|---|
x | boolean |
Returns
void
showHelp
Get Signature
get showHelp():
boolean
Defined in: js-api/src/shell.ts:514
Controls the visibility of the help window.
Returns
boolean
Set Signature
set showHelp(
x):void
Defined in: js-api/src/shell.ts:515
Parameters
| Parameter | Type |
|---|---|
x | boolean |
Returns
void
showProjects
Get Signature
get showProjects():
boolean
Defined in: js-api/src/shell.ts:498
Controls the visibility of the Projects.
Returns
boolean
Set Signature
set showProjects(
x):void
Defined in: js-api/src/shell.ts:499
Parameters
| Parameter | Type |
|---|---|
x | boolean |
Returns
void
showProperties
Get Signature
get showProperties():
boolean
Defined in: js-api/src/shell.ts:518
Obsolete. Controls the visibility of the properties window.
Returns
boolean
Set Signature
set showProperties(
x):void
Defined in: js-api/src/shell.ts:519
Parameters
| Parameter | Type |
|---|---|
x | boolean |
Returns
void
showRibbon
Get Signature
get showRibbon():
boolean
Defined in: js-api/src/shell.ts:538
Controls the visibility of the top menu ribbon.
Returns
boolean
Set Signature
set showRibbon(
x):void
Defined in: js-api/src/shell.ts:539
Parameters
| Parameter | Type |
|---|---|
x | boolean |
Returns
void
showSidebar
Get Signature
get showSidebar():
boolean
Defined in: js-api/src/shell.ts:481
Controls the visibility of the sidebar.
Returns
boolean
Set Signature
set showSidebar(
x):void
Defined in: js-api/src/shell.ts:482
Parameters
| Parameter | Type |
|---|---|
x | boolean |
Returns
void
showStatusBar
Get Signature
get showStatusBar():
boolean
Defined in: js-api/src/shell.ts:506
Controls the visibility of the status bar.
Returns
boolean
Set Signature
set showStatusBar(
x):void
Defined in: js-api/src/shell.ts:507
Parameters
| Parameter | Type |
|---|---|
x | boolean |
Returns
void
showTables
Get Signature
get showTables():
boolean
Defined in: js-api/src/shell.ts:530
Controls the visibility of the tables window.
Returns
boolean
Set Signature
set showTables(
x):void
Defined in: js-api/src/shell.ts:531
Parameters
| Parameter | Type |
|---|---|
x | boolean |
Returns
void
showToolbox
Get Signature
get showToolbox():
boolean
Defined in: js-api/src/shell.ts:485
Controls the visibility of the toolbox.
Returns
boolean
Set Signature
set showToolbox(
x):void
Defined in: js-api/src/shell.ts:486
Parameters
| Parameter | Type |
|---|---|
x | boolean |
Returns
void
showVariables
Get Signature
get showVariables():
boolean
Defined in: js-api/src/shell.ts:526
Controls the visibility of the variables window.
Returns
boolean
Set Signature
set showVariables(
x):void
Defined in: js-api/src/shell.ts:527
Parameters
| Parameter | Type |
|---|---|
x | boolean |
Returns
void
simpleMode
Get Signature
get simpleMode():
boolean
Defined in: js-api/src/shell.ts:557
New menu style *
Returns
boolean
Set Signature
set simpleMode(
x):void
Defined in: js-api/src/shell.ts:558
Parameters
| Parameter | Type |
|---|---|
x | boolean |
Returns
void