Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HTMLCollection

Hierarchy

  • HTMLCollectionBase
    • HTMLCollection

Index

Properties

length: number

Sets or retrieves the number of objects in a collection.

Methods

  • Returns IterableIterator<Element>

  • item(index: number): null | Element
  • Retrieves an object from various collections.

    Parameters

    • index: number

    Returns null | Element

  • namedItem(name: string): null | Element
  • Retrieves a select object or an object from an options collection.

    Parameters

    • name: string

    Returns null | Element

Generated using TypeDoc