mimekit-ts - v1.0.0
    Preparing search index...

    Enumeration HtmlTokenKind

    The kinds of tokens that the HtmlTokenizer can emit.

    Index
    CData: "CData"

    A token consisting of CDATA.

    Comment: "Comment"

    An HTML comment token.

    Data: "Data"

    A token consisting of character data.

    DocType: "DocType"

    An HTML DOCTYPE token.

    ScriptData: "ScriptData"

    A token consisting of script data.

    Tag: "Tag"

    An HTML tag token.