Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/GrapesJS/grapesjs
/ append
Method
append
packages/core/src/abstract/ModuleCategoryView.ts:99–101 ·
view source on GitHub ↗
(el: HTMLElement)
Source
from the content-addressed store, hash-verified
97
}
98
99
append(el: HTMLElement) {
100
this.getTypeEl().appendChild(el);
101
}
102
103
render() {
104
const
{ em, el, $el, model, pfx, catName } = this;
Callers
15
TraitsModel.ts
File · 0.45
checkbox-not-working.ts
File · 0.45
index.ts
File · 0.45
index.ts
File · 0.45
datasources.ts
File · 0.45
index.ts
File · 0.45
duplicate
Function · 0.45
Symbols.ts
File · 0.45
Component.ts
File · 0.45
expectedType
Function · 0.45
ComponentTypes.ts
File · 0.45
appendChildWithTitle
Function · 0.45
Calls
1
getTypeEl
Method · 0.95
Tested by
no test coverage detected