Path
Defines the displayed path.
Schema: tchmi:framework#/definitions/TcHmi.Controls.ResponsiveNavigation.TcHmiBreadcrumb.Path
Attribute getter
public getPath(): TcHmi.Controls.ResponsiveNavigation.TcHmiBreadcrumb.IPathElement[]| null | undefined;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
TcHmi.Controls.ResponsiveNavigation.TcHmiBreadcrumb.IPathElement[], null, undefined | The current value of the attribute. |
Attribute setter
public setPath(valueNew: TcHmi.Controls.ResponsiveNavigation.TcHmiBreadcrumb.IPathElement[] | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | TcHmi.Controls.ResponsiveNavigation.TcHmiBreadcrumb.IPathElement[], 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 |
