A single node attribute.
Attributes are key-value pairs, where the value can either be empty (considered as a Boolean value of true), a string with optional string interpolations, or a D expression (stored as a single interpolation AttributeContent).
Appends a list of contents.
Appends raw text to the attribute.
Creates a copy of the attribute.
Creates a new attribute with an expression based value.
Creates a new attribute with a static text value.
Value of the attribute
Location in source file
Name of the attribute
See Implementation
A single node attribute.
Attributes are key-value pairs, where the value can either be empty (considered as a Boolean value of true), a string with optional string interpolations, or a D expression (stored as a single interpolation AttributeContent).