Documentation
    Preparing search index...

    Interface NappletNamespacePreludeOptions

    Options for rendering the host-owned NIP-5D window.napplet namespace prelude.

    const options: NappletNamespacePreludeOptions = {
    domains: ['shell', 'relay', 'identity'],
    };
    interface NappletNamespacePreludeOptions {
        domains: readonly string[];
    }
    Index

    Properties

    Properties

    domains: readonly string[]

    Optional bare NAP domain names the shell exposes to this napplet. Mandatory shell is injected even when omitted here.