Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Indexable

[index: number]: Element

Index

Properties

Methods

Properties

length

length: number

Sets or retrieves the number of objects in a collection.

Methods

item

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

    Parameters

    • index: number

    Returns Element | null

namedItem

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

    Parameters

    • name: string

    Returns Element | null

Generated using TypeDoc