papi-dts
    Preparing search index...

    Interface WindowLayoutExperimental

    Information about opening a tab in its own application window.

    In Simple mode — which is single-window by design — this degrades to 'tab': the web view opens as a normal tab in the window the user is working in. An interface mode that cannot be read takes the same degraded path rather than failing the open, so a caller in Power mode can get a tab instead of a window when the mode read fails.

    It degrades the same way for an open that also passed existingId: '?' whose reuse search could not be answered because some window was unreachable. Such an open goes ahead rather than failing, accepting that it may be making a second copy of a web view that already exists somewhere — and a duplicate as a tab is one the user can see and close, where a duplicate as a window takes the screen and OS focus and can hide the original behind it.

    This type is unstable and may change or disappear without notice

    interface WindowLayout {
        type: "window";
    }
    Index

    Properties

    Properties

    type: "window"