banira
    Preparing search index...

    Interface DocGenOptions

    Options controlling the generated documentation page.

    interface DocGenOptions {
        scriptSrc?: string;
        stylesheet?: Stylesheet;
    }
    Index

    Properties

    scriptSrc?: string

    Override the component module src in the page. Default: ./dist/${tagName}.js.

    stylesheet?: Stylesheet

    Page stylesheet: an external { href }, inline { inline } CSS, or 'none'. Default: PicoCSS CDN.