Interface JSelectionSetLayersSelectionParams

interface JSelectionSetLayersSelectionParams {
    features: Feature<Geometry, GeoJsonProperties>[];
    layerId: JId;
}

Properties

Properties

features: Feature<Geometry, GeoJsonProperties>[]
layerId: JId