Interface JLayerThematicSetCategoryVisibilityParams

interface JLayerThematicSetCategoryVisibilityParams {
    categoryIndex: number;
    layerId: JId;
    thematicId: JId;
    visibility: boolean;
}

Properties

categoryIndex: number
layerId: JId
thematicId: JId
visibility: boolean