Skip to main content

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.

  • 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