Documentation
    Preparing search index...

    Type Alias IntentHandlerPreference

    IntentHandlerPreference: "default" | "choose" | string & {}

    How the shell should pick the handling napplet for an intent.

    • "default" — route to the user's default handler for the archetype.
    • "choose" — prompt the user with an "open with…" chooser.
    • any other string — a specific napplet dTag (cross-napplet targeting; the shell SHOULD require the user to have authorized this for the caller).