Type Alias: ExpressionEvaluationResult
type ExpressionEvaluationResult = object;
Defined in: gen/types.gen.ts:2594
Properties
expression
expression: string;
Defined in: gen/types.gen.ts:2598
The evaluated expression
result
result: unknown;
Defined in: gen/types.gen.ts:2602
The result value. Its type can vary.
warnings
warnings: string[];
Defined in: gen/types.gen.ts:2606
List of warnings generated during expression evaluation