28 lines
678 B
JavaScript
Executable File
28 lines
678 B
JavaScript
Executable File
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function GetCapabilities() {
|
|
return window['go']['api']['App']['GetCapabilities']();
|
|
}
|
|
|
|
export function GetContributions() {
|
|
return window['go']['api']['App']['GetContributions']();
|
|
}
|
|
|
|
export function GetPermissions() {
|
|
return window['go']['api']['App']['GetPermissions']();
|
|
}
|
|
|
|
export function GetPlugins() {
|
|
return window['go']['api']['App']['GetPlugins']();
|
|
}
|
|
|
|
export function ReloadPlugins() {
|
|
return window['go']['api']['App']['ReloadPlugins']();
|
|
}
|
|
|
|
export function Startup() {
|
|
return window['go']['api']['App']['Startup']();
|
|
}
|