Interface JDynamicFilterCondition

interface JDynamicFilterCondition {
    attributeName: string;
    endAttributeName?: string;
    filterOperator: JLAYER_DYNAMIC_FILTER_OPERATORS;
    id: number;
    layerId: JId;
    value: any;
}

Properties

attributeName: string
endAttributeName?: string
id: number
layerId: JId
value: any