Type Alias MobileFooterPanelOptions

MobileFooterPanelOptions: FooterPanelOptions & {
    helpEnabled: boolean;
    helpUrl: string;
}