Attributes: Record<AttributeName<TN>, AttributeValue | null | undefined>

Valid key/value pair representing HTML/SVG attributes (prior to stringifying). Some of the values may be null or undefined.

Type Parameters

  • TN extends TagName = "*"

    Tag name of element with corresponding attributes.