We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a006473 + 5c58c1f commit de7055fCopy full SHA for de7055f
packages/itwin/tree-widget/src/tree-widget-react/components/trees/common/components/VisibilityTree.tsx
@@ -14,6 +14,7 @@ import type { ReactNode } from "react";
14
import type { ECClassHierarchyInspector } from "@itwin/presentation-shared";
15
import type { HierarchyVisibilityHandler } from "../UseHierarchyVisibility.js";
16
import type { VisibilityContext } from "./TreeNodeVisibilityButton.js";
17
+
18
/** @beta */
19
export type VisibilityTreeProps = Omit<TreeProps, "treeRenderer" | "imodelAccess"> & {
20
/** Callback for creating visibility handler used to control visibility of instances represented by tree nodes. */
0 commit comments