Documentation
    Preparing search index...

    Interface IntentArchetypeSupport

    The actions/protocols a napplet fulfills for a single archetype.

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

    Properties

    Properties

    actions: string[]

    Verbs this napplet supports for the archetype (e.g. ["open", "edit"]).

    protocols: string[]

    NAP-N protocol ids this napplet accepts for the archetype.