Options
All
  • Public
  • Public/Protected
  • All
Menu

A handler type to convert HTML string to a DOM object

Hierarchy

  • DOMCreator

Index

Properties

Properties

htmlToDOM

htmlToDOM: (html: string) => Document

Type declaration

    • (html: string): Document
    • Callback to convert HTML string to a DOM object

      Parameters

      • html: string

      Returns Document

Optional isBypassed

isBypassed: boolean

Flag to indicate if this handler is bypassed or not. If this is true, it means that when converting HTML string to DOM object, we don't need to do any conversion.

Generated using TypeDoc