MCPcopy Index your code
hub / github.com/GrapesJS/grapesjs / clear

Method clear

packages/core/src/abstract/Module.ts:32–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 store(result: any): any;
31 load(keys: ProjectData): void;
32 clear(): void;
33}
34
35export interface ILoadableModule {

Callers 15

index.tsFile · 0.65
Properties.tsFile · 0.65
index.tsFile · 0.65
datasources.tsFile · 0.65
Symbols.tsFile · 0.65
__destroyFunction · 0.65
_clearItemCacheFunction · 0.65
runMethod · 0.65
destroyMethod · 0.65
destroyMethod · 0.65
clearLegacyPluginsFunction · 0.65
setStyleMethod · 0.65

Implementers 2

ComponentManagerpackages/core/src/dom_components/index
CssComposerpackages/core/src/css_composer/index.t

Calls

no outgoing calls

Tested by

no test coverage detected