interface NumberFieldConfig {
    locations: Location[];
    max: number;
    min: number;
    units: string;
}

Hierarchy (view full)

Properties

Properties

locations: Location[]
max: number
min: number
units: string