@elyx-code/project-logic-tree 0.0.6571 → 0.0.6572
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 +5 -0
- package/dist/index.js +8825 -8887
- package/dist/index.umd.cjs +165 -165
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -11557,6 +11557,11 @@ export declare function getTopLevelFunctionDeclarationOrActionDescriptor(a: Func
|
|
|
11557
11557
|
|
|
11558
11558
|
export declare function getTopLevelParentEntityId(entity: EntityState): EntityId | null;
|
|
11559
11559
|
|
|
11560
|
+
/**
|
|
11561
|
+
* Get the touched canvas entities from the change set (added, updated, affected).
|
|
11562
|
+
* @param {ChangeSet} changeSet The change set to extract the touched canvas entities from
|
|
11563
|
+
* @returns {CanvasEntityState[]} An array of touched canvas entities
|
|
11564
|
+
*/
|
|
11560
11565
|
export declare function getTouchedCanvasEntitiesFromChangeSet(changeSet: ChangeSet): CanvasEntityState[];
|
|
11561
11566
|
|
|
11562
11567
|
export declare function getUsedArgFromDeclaration(argumentDeclaration: ArgumentDeclarationState, entity: ConditionState | FunctionCallState | OperationState): InputMapState | null;
|