Options
All
  • Public
  • Public/Protected
  • All
Menu

A type returned by some APIs which contains a list of DOMString (strings).

Hierarchy

  • DOMStringList

Indexable

[index: number]: string

A type returned by some APIs which contains a list of DOMString (strings).

Index

Properties

Methods

Properties

length

length: number

Returns the number of strings in strings.

Methods

contains

  • contains(string: string): boolean
  • Returns true if strings contains string, and false otherwise.

    Parameters

    • string: string

    Returns boolean

item

  • item(index: number): string | null
  • Returns the string with index index from strings.

    Parameters

    • index: number

    Returns string | null

Generated using TypeDoc