ISPO SDK
    Preparing search index...

    Interface ProjectSurfaceState

    Markdown
    interface ProjectSurfaceState {
        label: string;
        resizable: boolean;
        role: ProjectSurfaceRole;
        size: ProjectSurfaceSize;
        state: "closed" | ProjectSurfaceOpenState;
        surfaceId: string;
    }
    Index
    label: string
    resizable: boolean
    state: "closed" | ProjectSurfaceOpenState
    surfaceId: string