Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDOMStringList

Hierarchy

Implemented by

Indexable

[index: number]: string

Index

Properties

Methods

Properties

DOMStringList

DOMStringList: { constructor: any; prototype: DOMStringList }

Type declaration

Readonly length

length: number

Methods

contains

  • contains(string: string): boolean

item

  • item(index: number): string | null