Type alias SGConditionFieldMapper

SGConditionFieldMapper: ((option: {
    attributes: string[];
    where: any;
}, argValue: any, context: SGContext) => void)

Type declaration

    • (option: {
          attributes: string[];
          where: any;
      }, argValue: any, context: SGContext): void
    • Parameters

      • option: {
            attributes: string[];
            where: any;
        }
        • attributes: string[]
        • where: any
      • argValue: any
      • context: SGContext

      Returns void

Generated using TypeDoc