Interface JLayerStyleRuleCondition

interface JLayerStyleRuleCondition {
    conditionExpressions: JLayerStyleRuleConditionExpression[];
    id: string;
    name: string;
    styleMapScales: JLayerStyleScaled[];
}

Properties

conditionExpressions: JLayerStyleRuleConditionExpression[]
id: string
name: string
styleMapScales: JLayerStyleScaled[]