@elyx-code/project-logic-tree 0.0.6560 → 0.0.6562
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 +2 -0
- package/dist/index.js +11067 -10623
- package/dist/index.umd.cjs +153 -153
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -12036,6 +12036,8 @@ export declare class GlobalEventState extends UserManagedVersionedState implemen
|
|
|
12036
12036
|
getVariableInstances(): VariableInstanceState[];
|
|
12037
12037
|
addReturnStatement(statement: ReturnStatementState): GlobalEventState;
|
|
12038
12038
|
removeReturnStatement(statement: ReturnStatementState): GlobalEventState;
|
|
12039
|
+
removeUnrecognizedInputs(changeSet?: ChangeSet | null): IChangeSet<GlobalEventState>;
|
|
12040
|
+
syncInputs(changeSet?: ChangeSet | null): IChangeSet<GlobalEventState>;
|
|
12039
12041
|
}
|
|
12040
12042
|
|
|
12041
12043
|
export declare type GlobalEventTypesUnion = IGlobalEvent | IGlobalEventTransfer | IGlobalEventShallowTransfer | IGlobalEventGenerationTarget;
|