InlineValueVariableLookup

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

Online Documentation

Constructors

Link copied to clipboard
constructor(range: Range, variableName: String = definedExternally, caseSensitiveLookup: Boolean = definedExternally)

Creates a new InlineValueVariableLookup object.

Properties

Link copied to clipboard

How to perform the lookup.

Link copied to clipboard

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

Link copied to clipboard

If specified the name of the variable to look up.