TagSpec

data class TagSpec(val attrs: Map<String, List<String>?>? = null, val globalAttrs: Boolean = true, val children: List<String>? = null)

Specification for a single HTML tag's attributes. Attribute values of null mean free-form text; a list of strings provides predefined value completions.

Constructors

Link copied to clipboard
constructor(attrs: Map<String, List<String>?>? = null, globalAttrs: Boolean = true, children: List<String>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard