56 lines
1.3 KiB
JavaScript
56 lines
1.3 KiB
JavaScript
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function AddConfig(arg1) {
|
|
return window['go']['main']['App']['AddConfig'](arg1);
|
|
}
|
|
|
|
export function Connect(arg1) {
|
|
return window['go']['main']['App']['Connect'](arg1);
|
|
}
|
|
|
|
export function DeleteConfig(arg1) {
|
|
return window['go']['main']['App']['DeleteConfig'](arg1);
|
|
}
|
|
|
|
export function Disconnect() {
|
|
return window['go']['main']['App']['Disconnect']();
|
|
}
|
|
|
|
export function GetConfigs() {
|
|
return window['go']['main']['App']['GetConfigs']();
|
|
}
|
|
|
|
export function GetSelectedConfigID() {
|
|
return window['go']['main']['App']['GetSelectedConfigID']();
|
|
}
|
|
|
|
export function GetSettings() {
|
|
return window['go']['main']['App']['GetSettings']();
|
|
}
|
|
|
|
export function GetState() {
|
|
return window['go']['main']['App']['GetState']();
|
|
}
|
|
|
|
export function HideWindow() {
|
|
return window['go']['main']['App']['HideWindow']();
|
|
}
|
|
|
|
export function PingAll() {
|
|
return window['go']['main']['App']['PingAll']();
|
|
}
|
|
|
|
export function ResizeWindow(arg1, arg2) {
|
|
return window['go']['main']['App']['ResizeWindow'](arg1, arg2);
|
|
}
|
|
|
|
export function SaveSettings(arg1, arg2, arg3) {
|
|
return window['go']['main']['App']['SaveSettings'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function SetSelectedConfig(arg1) {
|
|
return window['go']['main']['App']['SetSelectedConfig'](arg1);
|
|
}
|