Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InlineValueText

Provide inline value as text.

Hierarchy

  • InlineValueText

Index

Constructors

Properties

Constructors

constructor

  • Creates a new InlineValueText object.

    Parameters

    • range: Range

      The document line where to show the inline value.

    • text: string

      The value to be shown for the line.

    Returns InlineValueText

Properties

Readonly range

range: Range

The document range for which the inline value applies.

Readonly text

text: string

The text of the inline value.

Generated using TypeDoc