Instance accessors
Public
Tag.prototype.attributes
Tag.prototype.attributespublic get attributes(): Attributes | undefined {
return this.#attributes;
}Returns
Example usage
// Example usage.
import { Tag } from '@angular-package/text';
// Create tag [quote].
const tag = new Tag(`quote`, `<`, `>`, ['color', 'red']);
// ReturnsTag.prototype.closingTag
Tag.prototype.closingTagReturns
Example usage
Tag.prototype.name
Tag.prototype.nameReturns
Example usage
Tag.prototype.openingTag
Tag.prototype.openingTagReturns
Example usage
Tag.prototype.tag
Tag.prototype.tagReturns
Example usage
Tag.prototype.wrapper
Tag.prototype.wrapperReturns
Example usage
Tag.prototype.value
Tag.prototype.valueReturns
Example usage
[Symbol.toStringTag]
[Symbol.toStringTag]Example usage
Last updated