InlineValueText

case class InlineValueText(range: Range, text: String)

Provide inline value as text.

Value parameters:
range

The document range for which the inline value applies.

text

The text of the inline value.

Since:

3.17.0

Companion:
object
Source:
structures.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product