Options
All
  • Public
  • Public/Protected
  • All
Menu

A collection of HTML form control elements.

Hierarchy

Indexable

[index: number]: Element

A collection of HTML form control elements.

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

  • Returns the item with ID or name name from the collection.

    If there are multiple matching items, then a RadioNodeList object containing all those elements is returned.

    Parameters

    • name: string

    Returns RadioNodeList | Element | null

Generated using TypeDoc