interface FieldValueValues {
    0: number;
    1: number;
    2: string;
    3: number;
    4: Date;
    5: LocationValue;
    6: string;
    7: RankedDropdownValue;
    toExponential: Value;
    toFixed: Value;
    toLocaleString: Value;
    toPrecision: Value;
    toString: Value;
    valueOf: Value;
}

Hierarchy

Properties

0: number
1: number
2: string
3: number
4: Date
6: string
toExponential: Value
toFixed: Value
toLocaleString: Value
toPrecision: Value
toString: Value
valueOf: Value