7 lines
285 B
TypeScript
7 lines
285 B
TypeScript
declare namespace TcHmi.Functions.Beckhoff {
|
|
/**
|
|
* Sets if the system keyboard should open on focus of a textarea or input element.
|
|
*/
|
|
function SetAutoOpenSystemKeyboard(autoOpenSystemKeyboard: boolean): void;
|
|
}
|
|
//# sourceMappingURL=SetAutoOpenSystemKeyboard.d.ts.map
|