Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Attributes

HTML Tag Attributes

Hierarchy

  • Attributes

Index

Constructors

Properties

Methods

Constructors

Properties

dom: Dom
nodeId: number

Methods

  • count(): number
  • Returns the number of attributes

    Returns number

  • get(key: string): null | string
  • Looks up an attribute by key

    Parameters

    • key: string

    Returns null | string

  • insert(key: string, value: string): void
  • Inserts a key-value pair into this attributes storage

    Parameters

    • key: string
    • value: string

    Returns void

  • remove(key: string): void
  • Removes a key-value pair

    Parameters

    • key: string

    Returns void

Generated using TypeDoc