Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface AculHeadTag

    interface AculHeadTag {
        tag?: string;
        attributes?: AculHeadTagAttributes;
        content?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    tag?: string

    Any HTML element valid for use in the head tag

    content?: string

    Text/content within the opening and closing tags of the element. See documentation on using context variables