Typescript SDK Type Docs
    Preparing search index...

    Interface StringSetField

    A field with a string set value.

    interface StringSetField {
        type: "StringSet";
        value: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: "StringSet"

    The type of this field.

    value: string[]

    JSON array of strings. The order of items in the array is not fixed.