On this page

Interface DOMStringMap

The DOMStringMap interface is used for the HTMLElement.dataset attribute, to represent data for custom attributes added to elements.

MDN Reference

Indexable

  • [name: string]: string | undefined
Was this helpful?
SDK JS
Reference
DOMStringMap