Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/GrapesJS/grapesjs
/ getId
Method
getId
packages/core/src/abstract/ModuleCategory.ts:50–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
}
49
50
getId() {
51
return
this.get(
'id'
)!;
52
}
53
54
getLabel() {
55
return
this.get(
'label'
)!;
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected