Interface: ParsedTags
Defined in: packages/cspell-types/dist/index-KJUXVo8e.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