TargetRegionControlSymbol
The TcHmiRegion control instance that represents the selected page.
Schema: tchmi:framework#/definitions/TcHmi.Controls.ResponsiveNavigation.TcHmiNavigationBar.TargetRegionControlSymbol
Attribute getter
public getTargetRegionControlSymbol(): TcHmi.Symbol<TcHmi.Controls.System.TcHmiRegion> | null | undefined;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
TcHmi.Symbol<TcHmi.Control.System.TcHmiRegion>, null, undefined | The current value of the attribute. |
Attribute setter
public setTargetRegionControlSymbol(valueNew: TcHmi.Symbol<TcHmi.Controls.System.TcHmiRegion> | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | 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 |
