Added minimal functionality for Robot teaching
- Added minimal HMI - Added possibility to open and close all chamber doors
This commit is contained in:
9
Packages/Beckhoff.TwinCAT.HMI.Functions.14.3.340/runtimes/native1.12-tchmi/TrimToLength.d.ts
vendored
Normal file
9
Packages/Beckhoff.TwinCAT.HMI.Functions.14.3.340/runtimes/native1.12-tchmi/TrimToLength.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
declare namespace TcHmi.Functions.Beckhoff {
|
||||
/**
|
||||
* Trims a string (from left or right side) to a specific length.
|
||||
* @param value
|
||||
* @param trimToLength
|
||||
*/
|
||||
function TrimToLength(value: string | null, trimToLength: number | string | null): string | null;
|
||||
}
|
||||
//# sourceMappingURL=TrimToLength.d.ts.map
|
||||
Reference in New Issue
Block a user