UNPKG
@ahmic/autoit-js
Version:
latest (2.1.0)
2.1.0
2.0.0
1.1.0
1.0.1
1.0.0
Node.js bindings for AutoItX3.dll
github.com/KasimAhmic/autoit-js
KasimAhmic/autoit-js
@ahmic/autoit-js
/
dist
/
control-tree-view-by-handle.d.ts
3 lines
(2 loc)
•
244 B
TypeScript
View Raw
1
2
3
import
{
TreeViewCommand
}
from
'./control-tree-view'
;
export
declare
function
ControlTreeViewByHandle
(
windowHandle
:
bigint
,
controlHandle
:
bigint
,
command
:
TreeViewCommand
,
option1
?:
string
,
option2
?:
string
,
characterCount
?:
number
):
string
;