Dockview
    Preparing search index...

    Interface PopoutGroup

    A popout group currently open in its own window. window is the live Window handle of the popout, so consumers can route focus, attach per-document listeners, or place the window.

    interface PopoutGroup {
        group: DockviewGroupPanel;
        id: string;
        window: Window;
    }
    Index

    Properties

    Properties

    id: string
    window: Window