effex-monorepo
    Preparing search index...

    Interface DocumentOptions

    interface DocumentOptions {
        head?: string;
        htmlAttrs?: Record<string, string>;
        scripts?: readonly string[];
        styles?: readonly string[];
        title?: string;
    }
    Index

    Properties

    head?: string

    Additional head content

    htmlAttrs?: Record<string, string>

    Attributes to add to the element

    scripts?: readonly string[]

    Script URLs to include

    styles?: readonly string[]

    Stylesheet URLs to include

    title?: string

    Page title