NavigationStructure
The structure of the navigation. A list of navigation elements, each of which represents a page of the application and each of which may have subpages.
Schema: tchmi:framework#/definitions/TcHmi.Controls.BaseTemplate.TcHmiNavigation.ListItemList
Attribute getter
public getNavigationStructure(): TcHmi.Controls.BaseTemplate.TcHmiNavigation.INavigationItem[];Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
TcHmi.Controls.BaseTemplate.TcHmiNavigation.INavigationItem[] | The current value of the attribute. |
Attribute setter
public setNavigationStructure(valueNew: TcHmi.Controls.BaseTemplate.TcHmiNavigation.INavigationItem[] | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | TcHmi.Controls.BaseTemplate.TcHmiNavigation.INavigationItem[], null | The new value of the attribute. If null is passed, the internal default value is used. |
Return value
Type | Description |
|---|---|
void | No return value. |
![]() | Available from version 1.12.750 |
