Options
All
  • Public
  • Public/Protected
  • All
Menu

A generic collection (array-like object similar to arguments) of elements (in document order) and offers methods and properties for selecting from the list.

Hierarchy

Indexable

[index: number]: internal.Element

Index

Properties

Methods

Properties

length: number

Sets or retrieves the number of objects in a collection.

Methods

  • Retrieves an object from various collections.

    Parameters

    • index: number

    Returns null | internal.Element

Generated using TypeDoc