IView

[ Interface ]

export interface IView extends IPartial {
    preload: boolean;
    keepAlive: boolean;
}

Extends IPartial

Describes a View file within a TwinCAT HMI project.

Properties

Name

Type

Description

url

string

Path to the corresponding partial.

Files with the extensions .content, .view or .usercontrol are referred to as partials.

preload

boolean

Defines whether the partial should be preloaded when the TwinCAT HMI application is loaded.

keepAlive

boolean

Defines whether the partial object should be destroyed after the first loading (false) or not (true).

IView 1:

Available from version 1.12