Instance properties

Private

#attributes

An optional private property of Attributes indicates tag attributes.

tag.class.ts
#attributes?: Attributes;

#name

Private property of a generic type variable Name as the tag name.

tag.class.ts
#name: Name;

#wrapper

Private property holds an instance of Wrapper to wrap the given name.

tag.class.ts
#wrapper: Wrapper<Opening, Closing>;

Last updated