NavContentControlSymbol
The icon of the TcHmiNavigationContent control in which subelements of the navigation are displayed.
Schema: tchmi:framework#/definitions/TcHmiControls.ResponsiveNavigation.TcHmiNavigationBar.NavigationContentControlSymbol
Attribute getter
public getNavContentControlSymbol(): TcHmi.Symbol<TcHmi.Controls.ResponsiveNavigation.TcHmiNavigationContent> | null | undefined;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
TcHmi.Symbol<TcHmi.Control.ResponsiveNavigation.TcHmiNavigationContent>, null, undefined | The current value of the attribute. |
Attribute setter
public setNavContentControlSymbol(valueNew: TcHmi.Symbol<TcHmi.Controls.ResponsiveNavigation.TcHmiNavigationContent> | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | TcHmi.Symbol<TcHmi.Controls.ResponsiveNavigation.TcHmiNavigationContent>, 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 |
