Interface PanePanelViewState

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

Hierarchy

  • BasePanelViewState
    • PanePanelViewState

Properties

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

Generated using TypeDoc