Interface JAddMapThematicEventParams

interface JAddMapThematicEventParams {
    layerId: JId;
    layerSpecifications: LayerSpecification[];
}

Properties

layerId: JId
layerSpecifications: LayerSpecification[]