Skip to main content

Text

reexport
type Text<
> = any
Defined in domhandler

Fields

data

data: string;

endIndex

endIndex: number | null;

next

next: ChildNode | null;

parent

parent: ParentNode | null;

prev

prev: ChildNode | null;

sourceCodeLocation

sourceCodeLocation?: SourceCodeLocation | null;

startIndex

startIndex: number | null;

type

type: Text;

Methods

cloneNode

function cloneNode(
  this: T,
  recursive?: boolean
) : T

Parameters

  • recursive