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

Method reset

packages/widget-sdk/src/resource/interface.ts:38–38  ·  view source on GitHub ↗
(resourceId: string, resourceType: ResourceType)

Source from the content-addressed store, hash-verified

36 getCollaEngine(resourceId: string): Engine | undefined;
37 destroy(): void;
38 reset(resourceId: string, resourceType: ResourceType): void
39 getCollaEngineKeys(): IterableIterator<string>
40 checkRoomExist(): boolean;
41 switchResource(params: { from?: string, to: string, resourceType: ResourceType }): void;

Callers 8

clearCacheMethod · 0.65
destroyMethod · 0.65
destroyMethod · 0.65
resetDataLoaderFunction · 0.65
lexer.test.tsFile · 0.65
subscribeWidgetMapFunction · 0.65
downloadTemplateMethod · 0.65
identifyCodingMethod · 0.65

Implementers 1

ResourceServicepackages/widget-sdk/src/resource/servi

Calls

no outgoing calls

Tested by 1

resetDataLoaderFunction · 0.52