Skip to content

Workspace.openPopout method

Workspace › openPopout

Unofficial

Open a leaf in a popup window.

Signature:

openPopout(data?: WorkspaceWindowInitData | undefined): WorkspaceWindow

Parameters:

Parameter Type Description
data? WorkspaceWindowInitData | undefined The data to pass to the popout window.

Returns: WorkspaceWindowThe popout window that was created.

Remarks:

Prefer usage of app.workspace.openPopoutLeaf.