Documentation
    Preparing search index...

    Interface IntentOpenOptions

    Optional fields accepted by the intent.open convenience operation.

    interface IntentOpenOptions {
        behavior?: IntentBehavior;
        convention?: string;
        handler?: IntentHandlerPreference;
    }

    Hierarchy (View Summary)

    Index

    Properties

    behavior?: IntentBehavior

    Window and focus hints.

    convention?: string

    Convention that shapes the opaque payload.

    Runtime-authorized handler selection preference.