Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SetValuesOnPathsDto

Index

Constructors

Properties

Constructors

constructor

  • new SetValuesOnPathsDto(json?: any, values?: any[], paths?: string[], props?: []): SetValuesOnPathsDto
  • Parameters

    • Optional json: any
    • Optional values: any[]
    • Optional paths: string[]
    • Optional props: []

    Returns SetValuesOnPathsDto

Properties

json

json: any

query json structure

default

undefined

paths

paths: string[]

query json structures

default

undefined

props

props: string[]

properties to update

default

undefined

values

values: any[]

values to be set

default

undefined

Generated using TypeDoc