Documentation
    Preparing search index...

    Interface IntentCandidate

    A napplet that can fulfill an archetype, sourced from the manifest catalog.

    interface IntentCandidate {
        actions: string[];
        dTag: string;
        isDefault?: boolean;
        protocols: string[];
        title?: string;
    }
    Index

    Properties

    actions: string[]

    Verbs this candidate supports for the archetype.

    dTag: string

    dTag of the napplet that can fulfill the archetype.

    isDefault?: boolean

    Whether this candidate is the user/runtime default for the archetype.

    protocols: string[]

    NAP-N ids this candidate accepts for the archetype.

    title?: string

    Human-readable title from the manifest.