Documentation
    Preparing search index...

    Interface IntentCandidate

    A napplet that can fulfill an archetype (from the manifest catalog).

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

    Properties

    actions: string[]

    Actions supported by this candidate.

    conventions: string[]

    Payload conventions supported by this candidate.

    dTag: string

    Napplet dTag.

    isDefault?: boolean

    Whether this candidate is the current default.

    title?: string

    Optional human-readable handler label.