Skip to content

Commit 3c0da88

Browse files
committed
Consistent naming for DrawIOFactory
1 parent 8654bdd commit 3c0da88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/factory.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class DrawIOFactory extends ABCWidgetFactory<
1616
/**
1717
* Create a new widget given a context.
1818
*/
19-
constructor(options: DrawioFactory.IDrawioFactoryOptions) {
19+
constructor(options: DrawIOFactory.IDrawIOFactoryOptions) {
2020
super(options);
2121
this._commands = options.commands;
2222
}
@@ -34,8 +34,8 @@ export class DrawIOFactory extends ABCWidgetFactory<
3434
private _commands: CommandRegistry;
3535
}
3636

37-
export namespace DrawioFactory {
38-
export interface IDrawioFactoryOptions
37+
export namespace DrawIOFactory {
38+
export interface IDrawIOFactoryOptions
3939
extends DocumentRegistry.IWidgetFactoryOptions {
4040
commands: CommandRegistry;
4141
}

0 commit comments

Comments
 (0)