XCompile
    Preparing search index...

    Interface Ternary

    interface Ternary {
        condition: Expression[];
        false: Expression[];
        kind: "ternary";
        true: Expression[];
    }
    Index

    Properties

    condition: Expression[]
    false: Expression[]
    kind: "ternary"
    true: Expression[]