bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class SetValuesOnPathsDto

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionaljson: any
      • Optionalvalues: any[]
      • Optionalpaths: string[]
      • Optionalprops: []

      Returns SetValuesOnPathsDto

    Properties

    json: any

    query json structure

    undefined
    
    values: any[]

    values to be set

    undefined
    
    paths: string[]

    query json structures

    undefined
    
    props: string[]

    properties to update

    undefined