Required Associated Typesliemeobn.elementary 0.5.0Elementary

Tag

The HTML tag this component represents, if any.

CoreModel.swift:25
associatedtype Tag : HTMLTagDefinition = Self.Content.Tag

The Tag type defines which attributes can be attached to an HTML element. If an element does not represent a specific HTML tag, the Tag type will be Never and the element cannot be attributed.