Interface JLayerEventThematicVisibilityParams

interface JLayerEventThematicVisibilityParams {
    hiddenCategoryIndexes?: number[];
    hiddenConditionIds?: string[];
    layerId: JId;
    thematicId: JId;
    visibility: boolean;
}

Properties

hiddenCategoryIndexes?: number[]
hiddenConditionIds?: string[]
layerId: JId
thematicId: JId
visibility: boolean