[Symbol.toStringTag]
[Symbol.toStringTag]
[Symbol.toStringTag]
The get
accessor, with the help of toStringTag
of Symbol, changes the default object tag to attribute
for an instance of the Attribute
.
Good to know: The property can be read by the typeOf()
function of the type package.
attribute.class.ts
Example usage
Last updated