Interface LeafCondition

A leaf condition.

interface LeafCondition {
    expectedValue: any;
    scope: string;
    type: "LEAF";
}

Hierarchy (view full)

Properties

expectedValue: any

The expected value when evaluating the condition

scope: string

The scope that determines to which part this element should be bound to.

type: "LEAF"

The type of condition.

Generated using TypeDoc