Interface JLayerStyleRuleConditionExpression

interface JLayerStyleRuleConditionExpression {
    attribute: JLayerAttribute;
    operator: JLAYER_STYLE_RULE_CONDITION_EXPRESSION_OPERATORS;
    value: any;
}

Properties

attribute: JLayerAttribute
value: any