Interface IntegerFieldDefinition

interface IntegerFieldDefinition {
    fullTextSearch?: boolean;
    inFacet?: boolean;
    inView?: boolean;
    mandatory?: boolean;
    quickSearch?: boolean;
    range?: NumberRange;
    type: "INTEGER";
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
}

Hierarchy

Properties

fullTextSearch?: boolean
inFacet?: boolean
inView?: boolean
mandatory?: boolean
quickSearch?: boolean
range?: NumberRange
type: "INTEGER"
viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

Generated using TypeDoc