MCPcopy Create free account
hub / github.com/apitable/apitable / onNewChanges

Method onNewChanges

packages/core/src/engine/engine.ts:38–38  ·  view source on GitHub ↗
(resourceType: ResourceType, resourceId: string, actions: IJOTAction[])

Source from the content-addressed store, hash-verified

36export interface IEngineEvent {
37 onAcceptSystemOperations: (op: IOperation[]) => void;
38 onNewChanges(resourceType: ResourceType, resourceId: string, actions: IJOTAction[]): void;
39 onError?(error: IError): void;
40 getUndoManager(): UndoManager;
41 reloadResourceData(): void;

Callers 1

applyNewChangesMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected