52 lines
1.4 KiB
JavaScript
52 lines
1.4 KiB
JavaScript
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function AddInstance(arg1) {
|
|
return window['go']['main']['HomeEvent']['AddInstance'](arg1);
|
|
}
|
|
|
|
export function AddWorkspace(arg1) {
|
|
return window['go']['main']['HomeEvent']['AddWorkspace'](arg1);
|
|
}
|
|
|
|
export function ChangeBrowserType(arg1) {
|
|
return window['go']['main']['HomeEvent']['ChangeBrowserType'](arg1);
|
|
}
|
|
|
|
export function GetCurrWorkspace() {
|
|
return window['go']['main']['HomeEvent']['GetCurrWorkspace']();
|
|
}
|
|
|
|
export function GetDefaultBrowserPath() {
|
|
return window['go']['main']['HomeEvent']['GetDefaultBrowserPath']();
|
|
}
|
|
|
|
export function ListInstance() {
|
|
return window['go']['main']['HomeEvent']['ListInstance']();
|
|
}
|
|
|
|
export function ListWorkspace() {
|
|
return window['go']['main']['HomeEvent']['ListWorkspace']();
|
|
}
|
|
|
|
export function LoadBrowserConf() {
|
|
return window['go']['main']['HomeEvent']['LoadBrowserConf']();
|
|
}
|
|
|
|
export function LoadCurrWorkspaceConf() {
|
|
return window['go']['main']['HomeEvent']['LoadCurrWorkspaceConf']();
|
|
}
|
|
|
|
export function SelectPath(arg1) {
|
|
return window['go']['main']['HomeEvent']['SelectPath'](arg1);
|
|
}
|
|
|
|
export function SetCurrentWorkspace(arg1) {
|
|
return window['go']['main']['HomeEvent']['SetCurrentWorkspace'](arg1);
|
|
}
|
|
|
|
export function StartInstance(arg1) {
|
|
return window['go']['main']['HomeEvent']['StartInstance'](arg1);
|
|
}
|