A field with a number value.

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

Hierarchy (View Summary)

Properties

Properties

type: "NumberSet"

The type of this field.

value: number[]