@tryforge/forgescript
    Preparing search index...

    Interface IExtendedCompiledFunctionConditionField

    interface IExtendedCompiledFunctionConditionField {
        lhs: IExtendedCompiledFunctionField;
        op: OperatorType;
        resolve: WrappedConditionCode;
        rhs?: IExtendedCompiledFunctionField;
    }

    Hierarchy

    Index