Workspace.openPopout method
Workspace › openPopout
Unofficial
Open a leaf in a popup window.Signature:
openPopout(data?: WorkspaceWindowInitData | undefined): WorkspaceWindowParameters:
| Parameter | Type | Description |
|---|---|---|
| data? | WorkspaceWindowInitData | undefined | The data to pass to the popout window. |
Returns: WorkspaceWindow — The popout window that was created.
Remarks:
Prefer usage ofapp.workspace.openPopoutLeaf.