DOMStringMap
Used by the dataset HTML attribute to represent data for custom attributes added to elements.
interface DOMStringMap {}
[name: string]: string | undefined;
var DOMStringMap: {
prototype: DOMStringMap;
new (): DOMStringMap;
};Used by the dataset HTML attribute to represent data for custom attributes added to elements.