BreadcrumbControlSymbol
The TcHmiBreadcrumb control instance which represents the navigation path.
Schema: tchmi:framework#/definitions/TcHmi.Controls.ResponsiveNavigation.TcHmiNavigationBar.BreadCrumbControlSymbol
Attribute getter
public getBreadcrumbControlSymbol(): TcHmi.Symbol<TcHmi.Controls.ResponsiveNavigation.TcHmiBreadcrumb> | null | undefined;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
TcHmi.Symbol<TcHmi.Control.ResponsiveNavigation.TcHmiBreadcrumb>, null, undefined | The current value of the attribute. |
Attribute setter
public setBreadcrumbControlSymbol(valueNew: TcHmi.Symbol<TcHmi.Controls.ResponsiveNavigation.TcHmiBreadcrumb> | 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 |
