Interface GeometryOptions

interface GeometryOptions {
    active: boolean;
    expression: string | number;
    featureProperties: {};
    isCustom: boolean;
    literal: string | number | string[];
    lowerBoundary: number;
    name: string;
    operator: string;
    operators: string[];
    propertyName: string;
    type: string;
    upperBoundary: number;
}

Properties

active: boolean

(RuleOptions)

expression: string | number

(RuleOptions)

featureProperties: {}

Properties for the feature.

Type declaration

    isCustom: boolean

    (RuleOptions)

    literal: string | number | string[]

    (RuleOptions)

    lowerBoundary: number

    (RuleOptions)

    name: string

    (RuleOptions)

    operator: string

    (RuleOptions)

    operators: string[]

    (RuleOptions)

    propertyName: string

    (RuleOptions)

    type: string

    (RuleOptions)

    upperBoundary: number

    (RuleOptions)

    Generated using TypeDoc