Skip to content

Latest commit

 

History

History
91 lines (42 loc) · 1.02 KB

core.planexpressionvariable.md

File metadata and controls

91 lines (42 loc) · 1.02 KB

Home > @cerbos/core > PlanExpressionVariable

PlanExpressionVariable class

An abstract syntax tree node representing a variable whose value was unknown when producing the query plan.

Signature:

export declare class PlanExpressionVariable 

Constructors

Constructor

Modifiers

Description

(constructor)(name)

Constructs a new instance of the PlanExpressionVariable class

Properties

Property

Modifiers

Type

Description

name

string

The name of the variable.