attribute
Attribute.prototype.attribute
Attribute.prototype.attribute
The get
accessor returns the attribute, the primitive value of a specified Attribute
object.
attribute.class.ts
Returns
The return value is the attribute of a generic type variables Name
and Value
on the template ${Name}="${Value}"
.
Example usage
Last updated