Skip to content

Latest commit

 

History

History
91 lines (42 loc) · 993 Bytes

core.planexpressionvalue.md

File metadata and controls

91 lines (42 loc) · 993 Bytes

Home > @cerbos/core > PlanExpressionValue

PlanExpressionValue class

An abstract syntax tree node representing a constant value.

Signature:

export declare class PlanExpressionValue 

Constructors

Constructor

Modifiers

Description

(constructor)(value)

Constructs a new instance of the PlanExpressionValue class

Properties

Property

Modifiers

Type

Description

value

Value

The constant value.