DOMStringMap

sealed external class DOMStringMap : Record<String, String> (source)

Used by the dataset HTML attribute to represent data for custom attributes added to elements.

MDN Reference

Functions

Link copied to clipboard
open operator fun get(key: String): String?
Link copied to clipboard
open operator fun set(key: String, value: String)