IProjectKeyboardLayout
[ Interface ]
export interface IProjectKeyboardLayout {
url: string;
}
Describes a keyboard layout file within a TwinCAT HMI project.
Properties
Name | Type | Description |
---|---|---|
url | Path to the corresponding KeyboardLayout file within the project. |
Available from version 1.12 |