Bitbybit Docs
    Preparing search index...

    Class SetValueOnPropDto (Inputs.JSON)

    Feeds json.setValueOnProp: the object to copy and change, the top-level property to set and the value it gets.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionaljson: unknown
      • Optionalvalue: unknown
      • Optionalproperty: string

      Returns SetValueOnPropDto

    Properties

    json: unknown

    The object to change; it stays as it is and a changed copy comes back

    undefined
    
    value: unknown

    What the property is set to; any JSON-compatible value

    undefined
    
    property: string

    Name of the top-level property to set; a property that does not exist yet is added

    propName