cambria
    Preparing search index...

    Function applyLensToDoc

    • applyLensToDoc - converts a full document through a lens. Under the hood, we convert your input doc into a big patch and the apply it to the targetDoc. This allows merging data back and forth with other omitted values.

      Parameters

      • lensSource: LensSource
      • inputDoc: object
      • OptionalinputSchema: any
      • OptionaltargetDoc: object

      Returns object