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

    Interface StringProperty

    A property of type String.

    interface StringProperty {
        type: "string";
        value: string;
    }
    Index

    Properties

    Properties

    type: "string"

    The type of property.

    value: string

    The value of the property.