IPackageInfo
[ Interface ]
export interface IPackageInfo {
name: string;
basePath: string;
}
Describes a TwinCAT HMI NuGet package.
Properties
Name | Type | Description |
---|---|---|
name | Name of the package. | |
basePath | Path to the package directory. |
Available from version 1.12 |