@elyx-code/project-logic-tree 0.0.6380 → 0.0.6382

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.
package/dist/index.d.ts CHANGED
@@ -3583,6 +3583,8 @@ export declare function flattenProperty(entity: IProperty | IPropertyTransfer |
3583
3583
  ignoreBuiltInBaseEntities?: boolean;
3584
3584
  }): (Element_2 | ElementTransfer | ElementShallowTransfer)[];
3585
3585
 
3586
+ export declare function flattenRelatedCallableElementsOnTheRight(entity: CanvasEntityState | ProjectState | InternalCallState, respectCollapse?: boolean): CallableEntityState[];
3587
+
3586
3588
  export declare function flattenRelatedCanvasElementsOnTheLeft(entity: CanvasEntityState): CanvasEntityState[];
3587
3589
 
3588
3590
  export declare function flattenRelatedCanvasElementsOnTheRight(entity: CanvasEntityState | ProjectState | InternalCallState, respectCollapse?: boolean): CanvasEntityState[];