This commit is contained in:
Zef Hemel
2023-11-15 10:08:21 +01:00
parent 4acfd96011
commit 8a7c50599d
8 changed files with 51 additions and 2 deletions
@@ -8,3 +8,8 @@ export function render(
): Promise<CodeWidgetContent> {
return syscall("codeWidget.render", lang, body, pageName);
}
// Refresh all code widgets on the page that support it
export function refreshAll() {
return syscall("codeWidget.refreshAll");
}