Fixed a lot of bugs with new widget rendering
This commit is contained in:
@@ -133,6 +133,13 @@ export type CodeWidgetContent = {
|
||||
html?: string;
|
||||
markdown?: string;
|
||||
script?: string;
|
||||
buttons?: CodeWidgetButton[];
|
||||
};
|
||||
|
||||
export type CodeWidgetButton = {
|
||||
description: string;
|
||||
svg: string;
|
||||
invokeFunction: string;
|
||||
};
|
||||
|
||||
export type LintDiagnostic = {
|
||||
|
||||
Reference in New Issue
Block a user