Braze React Native SDK - v21.0.0
Preparing search index...
JSONProperty
Interface JSONProperty
A JSON property of type Object.
interface
JSONProperty
{
type
:
"jsonobject"
;
value
:
object
;
}
Index
Properties
type
value
Properties
type
type
:
"jsonobject"
The type of property.
value
value
:
object
The value of the property.
Braze React Native SDK - v21.0.0
Loading...
A JSON property of type Object.