Type Alias InlineValueText

InlineValueText: { range: Range; text: string }

Provide inline value as text.

Type declaration

  • range: Range

    The document range for which the inline value applies.

  • text: string

    The text of the inline value.

3.17.0