sisense.com
✅ You are viewing documentation for the latest version of Compose SDK.
Version:

Interface DashboardHeaderItem

A custom item to inject into the dashboard header.

Properties

component

component: DashboardHeaderItemComponent

Component that renders the content of the item.


id

id: string

Unique identifier of the item.

Must not match a built-in dashboard header item id (see DashboardHeaderTargets).


position

position?: DashboardHeaderItemPosition

Placement of the item.

Defaults to { type: 'auto' } (after the center spacer).


size

size?: DashboardHeaderItemSize

Size of the item.

Last Updated: