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

string

Name of the page.

displayName

string

Display name of the page.

targetFile

TargetFile

Content or user control.

scrolling (optional)

'Yes' | 'No' | 'Auto'

Scrollability

hidden (optional)

boolean

Visibility

horizontalAlignment (optional)

TcHmi.HorizontalAlignment

Horizontal alignment of the text

verticalAlignment (optional)

TcHmi.VerticalAlignment

Vertical alignment of the text

See also

Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiUserGuidance.Page

Page 1:

Available from version 14