diff --git a/core/flyout_base.ts b/core/flyout_base.ts index bb30a45cb48..72b891a918b 100644 --- a/core/flyout_base.ts +++ b/core/flyout_base.ts @@ -480,6 +480,15 @@ export abstract class Flyout extends DeleteArea implements IFlyout { return this.workspace_; } + /** + * Get the target workspace inside the flyout. + * + * @returns The target workspace inside the flyout. + */ + getTargetWorkspace(): WorkspaceSvg { + return this.targetWorkspace; + } + /** * Is the flyout visible? *