Typescript SDK Type Docs
    Preparing search index...

    Interface BooleanSetField

    A field with a boolean set value.

    interface BooleanSetField {
        type: "BooleanSet";
        value: boolean[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: "BooleanSet"

    The type of this field.

    value: boolean[]

    JSON array of boolean values without duplicates. The order of items in the array is not fixed.