On this pageNodeAttribute An HTML attribute with the name, equal and string valueIndex ConstructorsconstructorPropertiesequalindexlocnametypevalueConstructors constructornew NodeAttribute(name: CharValue, loc: Range, index: number, equal?: null | CharValue, value?: null | CharValue): NodeAttributeParametersname: CharValueloc: Rangeindex: numberequal: null | CharValue = nullvalue: null | CharValue = nullReturns NodeAttributeProperties publicequalequal: null | CharValue = nullpublicindexindex: numberpubliclocloc: Rangepublicnamename: CharValuepublictypetype: string = "attribute"publicvaluevalue: null | CharValue = null
An HTML attribute with the name, equal and string value