44 lines
1.3 KiB
JavaScript
Executable File
44 lines
1.3 KiB
JavaScript
Executable File
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function GetDocumentById(arg1) {
|
|
return window['go']['ipc']['Channel']['GetDocumentById'](arg1);
|
|
}
|
|
|
|
export function GetDocuments() {
|
|
return window['go']['ipc']['Channel']['GetDocuments']();
|
|
}
|
|
|
|
export function GetProcessedAreasByDocumentId(arg1) {
|
|
return window['go']['ipc']['Channel']['GetProcessedAreasByDocumentId'](arg1);
|
|
}
|
|
|
|
export function GetUserMarkdownByDocumentId(arg1) {
|
|
return window['go']['ipc']['Channel']['GetUserMarkdownByDocumentId'](arg1);
|
|
}
|
|
|
|
export function RequestAddArea(arg1, arg2) {
|
|
return window['go']['ipc']['Channel']['RequestAddArea'](arg1, arg2);
|
|
}
|
|
|
|
export function RequestAddDocument(arg1, arg2) {
|
|
return window['go']['ipc']['Channel']['RequestAddDocument'](arg1, arg2);
|
|
}
|
|
|
|
export function RequestAddDocumentGroup(arg1) {
|
|
return window['go']['ipc']['Channel']['RequestAddDocumentGroup'](arg1);
|
|
}
|
|
|
|
export function RequestAddProcessedArea(arg1) {
|
|
return window['go']['ipc']['Channel']['RequestAddProcessedArea'](arg1);
|
|
}
|
|
|
|
export function RequestUpdateArea(arg1) {
|
|
return window['go']['ipc']['Channel']['RequestUpdateArea'](arg1);
|
|
}
|
|
|
|
export function RequestUpdateDocumentUserMarkdown(arg1, arg2) {
|
|
return window['go']['ipc']['Channel']['RequestUpdateDocumentUserMarkdown'](arg1, arg2);
|
|
}
|