Interface CheckEnvironment

Export

CheckEnvironment

interface CheckEnvironment {
    diagnostics?: EnvironmentDiagnostic[];
    executionContext?: EvaluatedExecutionContext;
    exprs?: {
        [key: string]: Expr;
    };
    properties?: {
        [key: string]: Value;
    };
    schema?: any;
}

Properties

diagnostics?: EnvironmentDiagnostic[]

Memberof

CheckEnvironment

executionContext?: EvaluatedExecutionContext

Memberof

CheckEnvironment

exprs?: {
    [key: string]: Expr;
}

Type declaration

  • [key: string]: Expr

Memberof

CheckEnvironment

properties?: {
    [key: string]: Value;
}

Type declaration

Memberof

CheckEnvironment

schema?: any

Memberof

CheckEnvironment

Generated using TypeDoc