GoodData.UI API reference
  • All Products
  • All Products
  • GoodData.UI
  • API Reference
  • University
  • Community
  • Documentation
  • Support
  • 11.32.0
  • Code samples
  • GitHub

helpMenuItems

Home > @gooddata/sdk-pluggable-application-model > IAppHeaderOptions > helpMenuItems

IAppHeaderOptions.helpMenuItems property

This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Help menu items to show in the host header when this application is active.

Signature:

helpMenuItems?: Array<{
        key: string;
        label?: string;
        href?: string;
        target?: string;
        className?: string;
        iconName?: string;
    }>;

Remarks

Each item is a plain data object. Use label for a pre-translated display string; when omitted the host falls back to looking up key as an intl message ID.

When not provided, the host falls back to its default static help items.

  • IAppHeaderOptions.helpMenuItems property
  • Remarks
GoodData resources:
  • Documentation
Follow the community:
  • Community
Copyright © 2007–2026 GoodData Corporation. All Rights Reserved. Code licensed under a dual license - CC BY‑NC 4.0 for trial experience and GoodData.UI EULA for commercial use