ProjectThemeDescription

[ Interface ]

export interface ProjectThemeDescription extends baseThemeDescription {
    replacesThemeForControls?: string[];
}

Extends: baseThemeDescription

Describes files that belong to a theme within a TwinCAT HMI project.

Properties

Name

Type

Description

resources

(ThemedValuesFileDescription | StylesheetFileDescription)[];

Resources

replacesThemeForControls [ optional ]

string[]

Defines whether the defined files should replace existing control definitions or not.

If true, only the files from the corresponding theme are loaded.

If false, both the original files from the control directory and the files from the theme are loaded.

ProjectThemeDescription 1:

Available from version 1.12