Options
All
  • Public
  • Public/Protected
  • All
Menu

Class 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.

层级

  • InlineValueEvaluatableExpression

索引

Constructors(1)

Properties(2)

Constructors(1)

constructor

  • Creates a new InlineValueEvaluatableExpression object.

    Parameters

    • range: Range

      The range in the underlying document from which the evaluatable expression is extracted.

    • Optional expression: string

      If specified overrides the extracted expression.

    Returns InlineValueEvaluatableExpression

Properties(2)

Readonly range

range: Range

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

Optional Readonly expression

expression: string

If specified the expression overrides the extracted expression.

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹