interface JLayerThematic {
    description: string;
    dynamicLegend: boolean;
    enabled: boolean;
    id: JId;
    isVisible: boolean;
    name: string;
    type: JLAYER_THEMATIC_TYPES;
}

Hierarchy (view full)

Properties

description: string
dynamicLegend: boolean
enabled: boolean
id: JId
isVisible: boolean
name: string