getWorkspaceWindowConstructor
Unofficial
Get the obsidian#WorkspaceWindow constructor.
Import:
import { getWorkspaceWindowConstructor } from '@obsidian-typings/obsidian-public-latest/implementations';Signature:
function getWorkspaceWindowConstructor(): ConstructorBase<[workspace: Workspace, id?: string | undefined, size?: Record<string, number> | undefined], WorkspaceWindow>Returns: ConstructorBase<[workspace: Workspace, id?: string | undefined, size?: Record<string, number> | undefined], WorkspaceWindow> — The obsidian#WorkspaceWindow constructor.
Links to this page: