OptionalclassThe class global attribute is a space-separated list of the case-sensitive classes of the element.
OptionaldirAn enumerated attribute indicating the directionality of the element's text.
OptionalidThe id global attribute defines a unique identifier (ID) which must be unique in the whole document.
OptionalkeyBy default, tags which share the same unique key name, property are de-duped. To allow duplicates
to be made you can provide a unique key for each entry.
OptionallangHelps define the language of an element: the language that non-editable elements are in, or the language that editable elements should be written in by the user.
OptionalprefixOpen-graph protocol prefix.
OptionalstyleThe class global attribute is a space-separated list of the case-sensitive classes of the element.
OptionaltagThe strategy to use when a duplicate tag is encountered.
replace - Replace the existing tag with the new tagmerge - Merge the existing tag with the new tagOptionaltagThe priority for rendering the tag, without this all tags are rendered as they are registered (besides some special tags).
The following special tags have default priorities:
-2 <meta charset ...>
-1 <base>
0 <meta http-equiv="content-security-policy" ...>
All other tags have a default priority of 10: <meta>, <script>, <link>, <style>, etc
OptionaltranslateAn enumerated attribute that is used to specify whether an element's attribute values and the values of its Text node children are to be translated when the page is localized, or whether to leave them unchanged.
OptionalxmlnsXML namespace
Construct a type with the properties of T except for those in type K.