Instance properties
Private
#attributes
An optional private property of Attributes indicates tag attributes.
#attributes?: Attributes;#name
Private property of a generic type variable Name as the tag name.
#name: Name;#wrapper
Private property holds an instance of Wrapper to wrap the given name.
#wrapper: Wrapper<Opening, Closing>;Last updated