@turbowarp/types-tw
    Preparing search index...
    interface WorkspaceConstructor {
        new WorkspaceConstructor(options?: WorkspaceOptions): Workspace;
        SCAN_ANGLE: number;
        WorkspaceDB_: Record<string, Workspace>;
        getById(id: string): Workspace | null;
    }
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    SCAN_ANGLE: number
    WorkspaceDB_: Record<string, Workspace>

    Methods