Braze React Native SDK - v21.0.0
    Preparing search index...

    Interface JSONProperty

    A JSON property of type Object.

    interface JSONProperty {
        type: "jsonobject";
        value: object;
    }
    Index

    Properties

    Properties

    type: "jsonobject"

    The type of property.

    value: object

    The value of the property.