Dockview
    Preparing search index...

    Interface AddGridviewComponentOptions<T>

    interface AddGridviewComponentOptions<T extends object = Parameters> {
        component: string;
        id: string;
        location?: number[];
        maximumHeight?: number;
        maximumWidth?: number;
        minimumHeight?: number;
        minimumWidth?: number;
        params?: T;
        position?: { direction: Direction; referencePanel: string };
        priority?: LayoutPriority;
        size?: number;
        snap?: boolean;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    component: string
    id: string
    location?: number[]
    maximumHeight?: number
    maximumWidth?: number
    minimumHeight?: number
    minimumWidth?: number
    params?: T
    position?: { direction: Direction; referencePanel: string }
    priority?: LayoutPriority
    size?: number
    snap?: boolean