@texturehq/edges 1.30.1 → 1.30.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1153,6 +1153,10 @@ interface LayersControl extends BaseControl {
1153
1153
  * Callback when a layer's visibility is toggled
1154
1154
  */
1155
1155
  onLayerToggle?: (layerId: string) => void;
1156
+ /**
1157
+ * Callback to clear all layer selections (hide all layers)
1158
+ */
1159
+ onClearAll?: () => void;
1156
1160
  }
1157
1161
  /**
1158
1162
  * Search control configuration
@@ -1153,6 +1153,10 @@ interface LayersControl extends BaseControl {
1153
1153
  * Callback when a layer's visibility is toggled
1154
1154
  */
1155
1155
  onLayerToggle?: (layerId: string) => void;
1156
+ /**
1157
+ * Callback to clear all layer selections (hide all layers)
1158
+ */
1159
+ onClearAll?: () => void;
1156
1160
  }
1157
1161
  /**
1158
1162
  * Search control configuration