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