Skip to main content

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.

  • undefined represents a tag that is not set.
  • boolean represents a tag that is either true or false.
  • string represents a tag with a string value.

Indexable

[tag: string]: ParsedTag