IPackageInfo

[ Interface ]

export interface IPackageInfo {
    name: string;
    basePath: string;
}

Describes a TwinCAT HMI NuGet package.

Properties

Name

Type

Description

name

string

Name of the package.

basePath

string

Path to the package directory.

IPackageInfo 1:

Available from version 1.12