Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HTMLAllCollection

Hierarchy

  • HTMLAllCollection

Indexable

[index: number]: Element

Index

Properties

Methods

Properties

length

length: number

Returns the number of elements in the collection.

Methods

item

  • element = collection(index)

    Parameters

    • Optional nameOrIndex: undefined | string

    Returns HTMLCollection | Element | null

namedItem

  • element = collection(name)

    Parameters

    • name: string

    Returns HTMLCollection | Element | null

Generated using TypeDoc