HybridForms API
    Preparing search index...

    Interface IElseCondition

    interface IElseCondition {
        cond?: IConditionExpression[];
        default?: boolean;
        op?: ConditionExpressionOp;
    }
    Index

    Properties

    Properties

    default?: boolean