HtmlAttributes

abstract class HtmlAttributes<out Attr>(properties: MutableMap<String, Any> = mutableMapOf())

Inheritors

Constructors

Link copied to clipboard
constructor(properties: MutableMap<String, Any> = mutableMapOf())

Types

Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun copy(): Attr