Interface JLayerThematicStyleRule

interface JLayerThematicStyleRule {
    conditions: JLayerThematicCondition[];
    description: string;
    dynamicLegend: boolean;
    enabled: boolean;
    hiddenConditionIds: string[];
    id: JId;
    isVisible: boolean;
    name: string;
    type: STYLE_RULE;
}

Hierarchy (view full)

Properties

description: string
dynamicLegend: boolean
enabled: boolean
hiddenConditionIds: string[]
id: JId
isVisible: boolean
name: string