ngeo
    Preparing search index...

    Interface SelectOptions

    interface SelectOptions {
        active?: boolean;
        choices: string[];
        expression?: string | number;
        isCustom?: boolean;
        literal?: string | number | string[];
        lowerBoundary?: number;
        name: string;
        operator?: string;
        operators?: string[];
        propertyName: string;
        type?: string;
        upperBoundary?: number;
    }
    Index

    Properties

    active?: boolean

    (RuleOptions)

    choices: string[]

    List of choices available for selection.

    expression?: string | number

    (RuleOptions)

    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)