A field with a number value.

interface NumberField {
    type: "Number";
    value: number;
}

Hierarchy (View Summary, Expand)

Properties

Properties

type: "Number"

The type of this field.

value: number
MMNEPVFCICPMFPCPTTAAATR