Interface JLayerThematicStyleRule

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

Hierarchy (view full)

Properties

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