AutoBE
    Preparing search index...
    interface ITernaryExpression {
        kind: "ternary";
        predicate: IPredicate;
        whenFalse: IValueExpression;
        whenTrue: IValueExpression;
    }
    Index

    Properties

    kind: "ternary"
    predicate: IPredicate
    whenFalse: IValueExpression