Interface JLayerEventThematicCategoryVisibilityParams

interface JLayerEventThematicCategoryVisibilityParams {
    hiddenCategoryIndexes: number[];
    layerId: JId;
    thematicId: JId;
}

Properties

hiddenCategoryIndexes: number[]
layerId: JId
thematicId: JId