Typescript SDK Type Docs
    Preparing search index...

    Interface LocalizedStringSetField

    A field with a localized string set value.

    interface LocalizedStringSetField {
        type: "LocalizedStringSet";
        value: LocalizedString[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: "LocalizedStringSet"

    The type of this field.

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