Pages
Defines a list of pages to be displayed in the control.
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiUserGuidance.PageList
Attribute getter
public getPages(): TcHmi.Controls.Beckhoff.TcHmiUserGuidance.Page[] | undefined;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
The current value of the attribute. |
Attribute setter
public setPages(valueNew: TcHmi.Controls.Beckhoff.TcHmiUserGuidance.Page[] | 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 14 |
