Class SetValueOnPropDto (Inputs.JSON)
Constructors
constructor
new SetValueOnPropDto( json?: unknown, value?: unknown, property?: string,): SetValueOnPropDto Parameters
Optionaljson: unknownOptionalvalue: unknownOptionalproperty: string
Properties
json
json: unknown
value
value: unknown
property
property: string
Feeds
json.setValueOnProp: the object to copy and change, the top-level property to set and the value it gets.