Interface: ParsedTags
Defined in: cspell-types/dist/index-ClTvqr3-.d.mts:237
ParsedTags represents a collection of tags associated with a segment of text. Each tag can have a boolean, string, or undefined value.
undefinedrepresents a tag that is not set.booleanrepresents a tag that is either true or false.stringrepresents a tag with a string value.
Indexable
[
tag:string]:ParsedTag