Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
59
export
function
getItemsByCategory<T extends ModelWithCategory>(allItems: T[]) {
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected