Documentation
    Preparing search index...

    Interface IntentArchetypeSupport

    The exact manifest-derived conventions a napplet fulfills for one archetype.

    interface IntentArchetypeSupport {
        actions: string[];
        conventions: string[];
    }
    Index

    Properties

    Properties

    actions: string[]

    Verbs derived from this napplet's accepted conventions.

    conventions: string[]

    Stable queryless convention identities declared by the manifest.