Documentation
    Preparing search index...

    Interface IntentBehavior

    Window and focus hints for an intent invocation.

    interface IntentBehavior {
        focus?: boolean;
        newWindow?: boolean;
        reuse?: boolean;
    }
    Index

    Properties

    focus?: boolean

    Focus the target surface.

    newWindow?: boolean

    Request a new target window instead of reuse.

    reuse?: boolean

    Permit reuse of an existing matching window.