Bitbybit Docs
    Preparing search index...

    Class GetValueOnPropDto (Inputs.JSON)

    Feeds json.getValueOnProp with the object to read and the top-level property to read from it.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionaljson: unknown
      • Optionalproperty: string

      Returns GetValueOnPropDto

    Properties

    json: unknown

    The object to read; it is not changed

    undefined
    
    property: string

    Name of the top-level property whose value comes back; a missing one gives undefined

    propName