A modal overlay pane is displayed over a root pane.
export interface IModalOverlayPane extends IPane { contentPane: ISubPanePropertyItem; controlPane: IModalControlPane;} Copy
export interface IModalOverlayPane extends IPane { contentPane: ISubPanePropertyItem; controlPane: IModalControlPane;}
A sub pane that represents content of the modal overlay.
A pane that represent modal control elements.
Readonly
Unique identifier for the pane.
Check visibility of the pane
Hide the pane.
Show the pane and all of its items.
A modal overlay pane is displayed over a root pane.
Source