Page
[ Interface ]
export interface Page {
name: string;
displayName: string;
targetFile: TargetFile;
scrolling?: 'No' | 'Yes' | 'Auto';
hidden?: boolean;
horizontalAlignment?: TcHmi.HorizontalAlignment;
verticalAlignment?: TcHmi.VerticalAlignment;
}
Properties
Name | Type | Description |
|---|---|---|
symbol | Name of the page. | |
displayName | Display name of the page. | |
targetFile | Content or user control. | |
scrolling (optional) | 'Yes' | 'No' | 'Auto' | Scrollability |
hidden (optional) | Visibility | |
horizontalAlignment (optional) | Horizontal alignment of the text | |
verticalAlignment (optional) | Vertical alignment of the text |
See also
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiUserGuidance.Page
![]() | Available from version 14 |
