We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d6b93 commit 22597b4Copy full SHA for 22597b4
src/model/workbench/editor.ts
@@ -22,6 +22,8 @@ interface BuiltInEditorTabDataType {
22
path?: string;
23
value?: string;
24
modified?: boolean;
25
+
26
+ [key: string]: any;
27
}
28
29
export interface IEditorActionsProps extends IMenuItemProps {
0 commit comments