InlineValueEvaluatableExpression

case class InlineValueEvaluatableExpression(range: Range, expression: Opt[String])

Provide an inline value through an expression evaluation. If only a range is specified, the expression will be extracted from the underlying document. An optional expression can be used to override the extracted expression.

Value parameters:
expression

If specified the expression overrides the extracted expression.

range

The document range for which the inline value applies. The range is used to extract the evaluatable expression from the underlying document.

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