File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -275,9 +275,14 @@ export interface TreeProps {
275275 * {@link Tree.defaultProps.transitionDuration | Default value}
276276 */
277277 transitionDuration ?: number ;
278-
278+
279279 /**
280- * If node is interactive, drag and pan d3 events will only trigger on main tree element and not on nodes and links.
281- */
280+ * Disables drag/pan/zoom D3 events when hovering over a node.
281+ * Useful for cases where D3 events interfere when interacting with inputs or other interactive elements on a node.
282+ *
283+ * **Tip:** Holding the `Shift` key while hovering over a node re-enables the D3 events.
284+ *
285+ * {@link Tree.defaultProps.hasInteractiveNodes | Default value}
286+ */
282287 hasInteractiveNodes ?: boolean ;
283288}
You can’t perform that action at this time.
0 commit comments