We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8654bdd commit 3c0da88Copy full SHA for 3c0da88
src/factory.ts
@@ -16,7 +16,7 @@ export class DrawIOFactory extends ABCWidgetFactory<
16
/**
17
* Create a new widget given a context.
18
*/
19
- constructor(options: DrawioFactory.IDrawioFactoryOptions) {
+ constructor(options: DrawIOFactory.IDrawIOFactoryOptions) {
20
super(options);
21
this._commands = options.commands;
22
}
@@ -34,8 +34,8 @@ export class DrawIOFactory extends ABCWidgetFactory<
34
private _commands: CommandRegistry;
35
36
37
-export namespace DrawioFactory {
38
- export interface IDrawioFactoryOptions
+export namespace DrawIOFactory {
+ export interface IDrawIOFactoryOptions
39
extends DocumentRegistry.IWidgetFactoryOptions {
40
commands: CommandRegistry;
41
0 commit comments