Documentation
    Preparing search index...

    Interface ManifestArchetypeInput

    The structural subset of @kehto/nip/5d NappletManifest the adapter needs. Intentionally a duck-typed shape so the playground (or any caller) can pass a resolved manifest without importing @kehto/nip.

    interface ManifestArchetypeInput {
        archetypes: { nap?: string; slug: string }[];
        dTag: string;
        title?: string;
    }
    Index

    Properties

    archetypes: { nap?: string; slug: string }[]

    Archetype slugs this napplet fulfills, from the manifest's archetype tags; the optional nap is the recommended default wire protocol.

    dTag: string

    The napplet's d identifier.

    title?: string

    Optional human-readable title from the manifest.