feat(subflow): add extendParent option

This commit is contained in:
moklick
2022-01-04 11:15:44 +01:00
parent f01e239947
commit eaeebdd12e
3 changed files with 43 additions and 3 deletions
+1
View File
@@ -26,6 +26,7 @@ export interface Node<T = any> {
parentNode?: string;
zIndex?: number;
extent?: 'parent' | CoordinateExtent;
expandParent?: boolean;
}
// props that get passed to a custom node