docs: make three methods not internal (#6666)

Amusingly Flyout.isVisible and .setVisible are public, but there's no way to access a flyout given that getFlyout was not public.
This commit is contained in:
Neil Fraser
2022-12-01 17:46:21 +01:00
committed by GitHub
parent c959ce85ae
commit 1cccc3cb4a
2 changed files with 0 additions and 3 deletions

View File

@@ -450,7 +450,6 @@ export abstract class Flyout extends DeleteArea implements IFlyout {
* Get the workspace inside the flyout.
*
* @returns The workspace inside the flyout.
* @internal
*/
getWorkspace(): WorkspaceSvg {
return this.workspace_;