Interface: NavigatorProps
Defined in: widgets/navigator.tsx:23
Props for Navigator component.
See
Properties
Property | Type | Description |
---|---|---|
| Specifies a maximum allowed fraction of occupied canvas width or height by the navigator before it will auto-collapse. Only applicable if expanded is set to Default
| |
| CSS color for the minimap underlying background. Default is set by | |
Dock direction on the canvas viewport. | ||
| Horizontal offset from the dock direction. Default
| |
| Vertical offset from the dock direction. Default
| |
| Whether the navigator should be initially expanded. If specified as Default
| |
| Vertical size of the navigator in px. Default
| |
| Stroke style for the viewport area overflow border (displayed when the viewport is cutoff at the minimap border). Default is set by these CSS properties:
| |
| Fraction of the diagram content size to add as padding to the minimap. Default
| |
| CSS color for the scrollable pane background. Default is set by | |
| CSS color for the viewport area background. Default is set by | |
| Stroke style for the viewport area border. Default is set by these CSS properties:
| |
| Horizontal size of the navigator in px. Default
|