Dockview
    Preparing search index...

    Interface PanePanelViewState

    interface PanePanelViewState {
        component: string;
        headerComponent?: string;
        id: string;
        params?: Parameters;
        title: string;
    }

    Hierarchy

    • BasePanelViewState
      • PanePanelViewState
    Index

    Properties

    component: string
    headerComponent?: string
    id: string
    params?: Parameters
    title: string