On this pageCharValue Low level object that contains a string and it's position in a document. Can be used to "describe" the key of an HTML attribute, the text corresponding to a tag opening tag (<[span]), the content of HTML attribute...Index ConstructorsconstructorPropertiescharslocrawConstructors constructornew CharValue(chars: string, loc: Range, raw?: string): CharValueParameterschars: stringloc: Rangeoptionalraw: stringReturns CharValueProperties publiccharschars: stringpubliclocloc: Rangepublicoptionalrawraw?: string
Low level object that contains a string and it's position in a document.
Can be used to "describe" the key of an HTML attribute, the text corresponding to a tag opening tag (
<[span]
), the content of HTML attribute...