Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/GrapesJS/grapesjs
/ logError
Method
logError
packages/core/src/editor/model/Editor.ts:1167–1169 ·
view source on GitHub ↗
(msg: string, opts?: any)
Source
from the content-addressed store, hash-verified
1165
}
1166
1167
logError(msg: string, opts?: any) {
1168
this.log(msg, { ...opts, level:
'error'
});
1169
}
1170
1171
initBaseColorPicker(el: any, opts = {}) {
1172
const
{ config } = this;
Callers
11
loadOnStart
Method · 0.95
updateChanges
Method · 0.95
getValueOrResolver
Method · 0.80
addToCollection
Method · 0.80
onActive
Method · 0.80
disableEditing
Method · 0.80
fetchProvider
Method · 0.80
setStartIndex
Method · 0.80
getCollectionItems
Method · 0.80
logErrorIfMissing
Function · 0.80
validateCollectionDef
Function · 0.80
Calls
1
log
Method · 0.95
Tested by
no test coverage detected