Search
Preparing search index...
The search index is not available
Back To Index
|
@azure/app-configuration
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
HTMLCollectionOf
Interface HTMLCollectionOf<T>
Package version
Type parameters
T
:
Element
Hierarchy
HTMLCollectionBase
HTMLCollectionOf
HTMLOptionsCollection
Indexable
[
index:
number
]:
Element
Index
Properties
length
Methods
item
named
Item
Properties
length
length
:
number
Sets or retrieves the number of objects in a collection.
Methods
item
item
(
index
:
number
)
:
T
|
null
Parameters
index:
number
Returns
T
|
null
named
Item
named
Item
(
name
:
string
)
:
T
|
null
Parameters
name:
string
Returns
T
|
null
Globals
HTMLCollection
Of
length
item
named
Item
Generated using
TypeDoc
Sets or retrieves the number of objects in a collection.