MCPcopy
hub / github.com/GrapesJS/grapesjs / getLabel

Method getLabel

packages/core/src/abstract/ModuleCategory.ts:54–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 }
53
54 getLabel() {
55 return this.get('label')!;
56 }
57}
58
59export function getItemsByCategory<T extends ModelWithCategory>(allItems: T[]) {

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected