interface GridPreferencePanelParams {
    labelId?: string;
    openedPanelValue?: GridPreferencePanelsValue;
    panelId?: string;
}

Hierarchy

Properties

labelId?: string
openedPanelValue?: GridPreferencePanelsValue

Tab currently opened.

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