Attributes: Record<AttributeName<E>, 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