MCPcopy Create free account
hub / github.com/Easy-Editor/EasyEditor / getComponentMeta

Method getComponentMeta

packages/core/src/document/document.ts:405–407  ·  view source on GitHub ↗
(componentName: string)

Source from the content-addressed store, hash-verified

403 }
404
405 getComponentMeta(componentName: string) {
406 return this.designer.materials.getComponentMeta(componentName)
407 }
408
409 toData(extraComps?: string[]) {
410 const node = this.export(TRANSFORM_STAGE.SAVE)

Callers 2

getComponentsMapMethod · 0.95
componentMetaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected