Dockview
    Preparing search index...

    Interface PanelOptions<P>

    interface PanelOptions<P extends object = Parameters> {
        component: string;
        id: string;
        params?: P;
        tabComponent?: string;
        title?: string;
    }

    Type Parameters

    Index

    Properties

    component: string
    id: string
    params?: P
    tabComponent?: string
    title?: string