InlineValueEvaluatableExpression

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.

Online Documentation

Constructors

Link copied to clipboard
constructor(range: Range, expression: String = definedExternally)

Creates a new InlineValueEvaluatableExpression object.

Properties

Link copied to clipboard

If specified the expression overrides the extracted expression.

Link copied to clipboard

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