Defined in node_modules/typescript/lib/lib.dom.d.ts:9897
Defined in node_modules/typescript/lib/lib.dom.d.ts:9909
Properties
Readonly
length
length: number
Defined in node_modules/typescript/lib/lib.dom.d.ts:9898
Methods
get Named Item
get Named Item( qualifiedName: string ) : null | <internal> . Attr
Defined in node_modules/typescript/lib/lib.dom.d.ts:9899
get Named ItemNS
get Named ItemNS( namespace: null | string , localName: string ) : null | <internal> . Attr
Parameters
namespace: null | string
localName: string
Defined in node_modules/typescript/lib/lib.dom.d.ts:9900
item
item( index: number ) : null | <internal> . Attr
Defined in node_modules/typescript/lib/lib.dom.d.ts:9901
remove Named Item
remove Named Item( qualifiedName: string ) : <internal> . Attr
Defined in node_modules/typescript/lib/lib.dom.d.ts:9902
remove Named ItemNS
remove Named ItemNS( namespace: null | string , localName: string ) : <internal> . Attr
Parameters
namespace: null | string
localName: string
Defined in node_modules/typescript/lib/lib.dom.d.ts:9903
A collection of Attr objects. Objects inside a NamedNodeMap are not in any particular order, unlike NodeList, although they may be accessed by an index as in an array.