interface HelpConfig {
    location: string;
    panelWidth: number | PanelWidthObject;
}

Properties

Properties

location: string
panelWidth: number | PanelWidthObject