File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/geoview-core/src/api/event-processors Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -203,9 +203,9 @@ export abstract class AbstractEventProcessor {
203203 /**
204204 * Helper function to delete a layer information from an array when found.
205205 *
206- * @param { T[] } layerArray - The layer array to work with
207- * @param { string } layerPath - The layer path to delete
208- * @param { (layerArray: T[]) => void } onDeleteCallback - The callback executed when the array is updated
206+ * @param layerArray - The layer array to work with
207+ * @param layerPath - The layer path to delete
208+ * @param onDeleteCallback - The callback executed when the array is updated
209209 */
210210 protected static helperDeleteFromArray < T extends TypeResultSetEntry > (
211211 layerArray : T [ ] ,
You can’t perform that action at this time.
0 commit comments