Function doc

  • Creates an HTML document, with a head and body tags. You can pass in the AttachMode to attach to different tags.

    Parameters

    • pageTitle: string = 'New Hobo Document'
    • mode: AttachMode = AttachMode.body

    Returns {
        body: Tag;
        doc: Tag;
        head: Tag;
    }

Generated using TypeDoc