Interface JLayerSetLayersVisibilityParams

interface JLayerSetLayersVisibilityParams {
    layerId: JId;
    visibility: boolean;
}

Properties

Properties

layerId: JId
visibility: boolean