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.