Skip to content

Latest commit

 

History

History
64 lines (36 loc) · 1.9 KB

codearts_plugin_.InlineValueEvaluatableExpression.md

File metadata and controls

64 lines (36 loc) · 1.9 KB

@codearts/plugin / "@codearts/plugin" / InlineValueEvaluatableExpression

Class: InlineValueEvaluatableExpression

"@codearts/plugin".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.

Table of contents

Constructors

Properties

Constructors

constructor

new InlineValueEvaluatableExpression(range, expression?)

Creates a new InlineValueEvaluatableExpression object.

Parameters

Name Type Description
range Range The range in the underlying document from which the evaluatable expression is extracted.
expression? string If specified overrides the extracted expression.

Defined in

index.d.ts:2997

Properties

expression

Optional Readonly expression: string

If specified the expression overrides the extracted expression.

Defined in

index.d.ts:2990


range

Readonly range: Range

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

Defined in

index.d.ts:2986