dashboard-js-devexpress-dot-dashboard-79f96f41.md
Provides access to the dashboard title’s elements.
export interface DashboardTitleToolbarOptions
The dashboard title can contain the following elements:
A toolbar item is the ViewerToolbarItem object.
Refer to the Array documentation for information on how to manage the collection of toolbar items.
Specifies a collection of the dashboard title’s action items.
actionItems: Array<ViewerToolbarItem>
| Type | Description |
|---|---|
| ViewerToolbarItem[] |
A collection of toolbar items.
|
An action item is a control element displayed on the right (for instance, the Export To and Parameters buttons).
Specifies a collection of the dashboard title’s content items.
contentItems: Array<ViewerToolbarItem>
| Type | Description |
|---|---|
| ViewerToolbarItem[] |
A collection of toolbar items.
|
A content item is a control element displayed on the left or in the center depending on the title alignment.
Specifies a collection of the dashboard title’s navigation items.
navigationItems: Array<ViewerToolbarItem>
| Type | Description |
|---|---|
| ViewerToolbarItem[] |
A collection of toolbar items.
|
A navigation item is a control element that allows you to navigate between different screens (for example, the Back button in the mobile layout).