Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RawTag

Hierarchy

Index

Constructors

Properties

dom: Dom
id: number

Methods

  • Attempts to downcast this node handle to a raw HTML node (text).

    Returns null | RawTag

  • asTag(): null | Tag
  • Attempts to downcast this node handle to a concrete HTML tag. Some operations are only valid on HTML tags.

    Returns null | Tag

  • innerHTML(): string
  • innerText(): string

Generated using TypeDoc