Typescript SDK Type Docs
    Preparing search index...

    Interface NumberSetField

    A field with a number value.

    interface NumberSetField {
        type: "NumberSet";
        value: number[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: "NumberSet"

    The type of this field.

    value: number[]

    JSON array of integer or floating-point number values. The order of items in the array is not fixed.