Interface JLayerThematicCategoryIndividual

interface JLayerThematicCategoryIndividual {
    enabled: boolean;
    index: number;
    nullValueCategory: boolean;
    style: JLayerBaseStyle;
    title: string;
    type: INDIVIDUAL;
    value: any;
}

Hierarchy (view full)

Properties

enabled: boolean
index: number
nullValueCategory: boolean
title: string
value: any