@skydesign/tf 0.3.2 → 0.3.3
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.
- package/dist/index.d.ts +5 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +479 -324
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -199,6 +199,11 @@ export declare interface GraphvizRendererProps {
|
|
|
199
199
|
* static SVG pixel-for-pixel (no jump on handover).
|
|
200
200
|
*/
|
|
201
201
|
initialTransform?: InitialTransform;
|
|
202
|
+
/**
|
|
203
|
+
* Show a draggable canvas overview (minimap) in the bottom-left corner.
|
|
204
|
+
* Dragging or clicking it pans the main canvas (default: false).
|
|
205
|
+
*/
|
|
206
|
+
showMinimap?: boolean;
|
|
202
207
|
}
|
|
203
208
|
|
|
204
209
|
/**
|