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

    Interface ImageProperty

    An image property of type String.

    interface ImageProperty {
        type: "image";
        value: string;
    }
    Index

    Properties

    Properties

    type: "image"

    The type of property.

    value: string

    The value of the property.