value
Attribute.prototype.value
Attribute.prototype.value
The get
accessor returns the attribute value of a specified Attribute
object.
attribute.class.ts
Returns
The return value is the attribute value of a generic type variable Value
.
Example usage
Last updated