interface GridPreferencePanelState {
    labelId?: string;
    open: boolean;
    openedPanelValue?: GridPreferencePanelsValue;
    panelId?: string;
}

Properties

labelId?: string
open: boolean
openedPanelValue?: GridPreferencePanelsValue

Tab currently opened.

GridPreferencePanelsValue.filter
TODO v6: Remove the default behavior
panelId?: string