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.
1 parent f6df085 commit f8136aaCopy full SHA for f8136aa
packages/core/src/types.ts
@@ -242,6 +242,9 @@ export interface TreeEnvironmentRef<T = any, C extends string = never>
242
Omit<TreeEnvironmentConfiguration<T, C>, keyof TreeChangeHandlers> {
243
treeEnvironmentContext: TreeEnvironmentContextProps;
244
dragAndDropContext: DragAndDropContextProps;
245
+ activeTreeId?: string;
246
+ treeIds: string[];
247
+ trees: Record<string, TreeConfiguration>;
248
}
249
250
export interface TreeEnvironmentConfiguration<T = any, C extends string = never>
0 commit comments