@cccsaurora/howler-ui 2.18.0-dev.699 → 2.18.0-dev.700
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.
|
@@ -22,7 +22,7 @@ export interface CaseFolderContextMenuProps extends PropsWithChildren {
|
|
|
22
22
|
leaf?: Item;
|
|
23
23
|
/** Present when the context menu is for a folder (all leaves within it will be removed). */
|
|
24
24
|
tree?: Tree;
|
|
25
|
-
/** Called after item(s) have been
|
|
25
|
+
/** Called after item(s) have been updated (renamed, removed). */
|
|
26
26
|
onUpdate?: (updatedCase: Case) => void;
|
|
27
27
|
}
|
|
28
28
|
/**
|