Documentation
    Preparing search index...

    Interface IntentOpenParams

    Parameters handed to IntentWindowController.open.

    interface IntentOpenParams {
        action: string;
        archetype: string;
        behavior?: IntentBehavior;
        callerWindowId: string;
        dTag: string;
        payload?: unknown;
        protocol?: string;
    }
    Index

    Properties

    action: string

    The resolved action (e.g. "open").

    archetype: string

    The archetype being dispatched.

    behavior?: IntentBehavior

    Window-behavior hints from the request.

    callerWindowId: string

    Window id of the napplet that issued the intent.

    dTag: string

    dTag of the resolved handler napplet.

    payload?: unknown

    The opaque payload to deliver.

    protocol?: string

    The wire format the payload is delivered with, when one was resolved.