Documentation
    Preparing search index...

    Interface IntentAvailability

    Availability of an archetype, sourced from the installed-napplet catalog.

    interface IntentAvailability {
        archetype: string;
        available: boolean;
        candidates: IntentCandidate[];
        hasDefault: boolean;
    }
    Index

    Properties

    archetype: string

    Queried archetype.

    available: boolean

    Whether at least one candidate is available.

    candidates: IntentCandidate[]

    Candidate napplets.

    hasDefault: boolean

    Whether the runtime has a default handler.