For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server-editor/interfaces/IModalOverlayPane.md.

Interface: IModalOverlayPane experimental

Beta

A modal overlay pane is displayed over a root pane.

Extends

Properties

contentPane

contentPane: ISubPanePropertyItem

Beta

Remarks

A sub pane that represents content of the modal overlay.


controlPane

controlPane: IModalControlPane

Beta

Remarks

A pane that represent modal control elements.


id

readonly id: string

Beta

Remarks

Unique identifier for the pane.

Inherited from

IPane.id


visible

visible: boolean

Beta

Remarks

Check visibility of the pane

Inherited from

IPane.visible

Methods

hide()

hide(): void

Beta

Returns

void

Remarks

Hide the pane.

Inherited from

IPane.hide


show()

show(): void

Beta

Returns

void

Remarks

Show the pane and all of its items.

Inherited from

IPane.show