Dockview
    Preparing search index...

    Interface DockviewPopoutGroupOptions

    interface DockviewPopoutGroupOptions {
        onDidOpen?: (event: { id: string; window: Window }) => void;
        onWillClose?: (event: { id: string; window: Window }) => void;
        popoutUrl?: string;
        position?: Box;
    }
    Index

    Properties

    onDidOpen?: (event: { id: string; window: Window }) => void
    onWillClose?: (event: { id: string; window: Window }) => void
    popoutUrl?: string

    The same-origin path at which the popout window will be created

    Defaults to /popout.html if not provided

    position?: Box

    The position of the popout group