MCPcopy
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

loadOnStartMethod · 0.95
updateChangesMethod · 0.95
getValueOrResolverMethod · 0.80
addToCollectionMethod · 0.80
onActiveMethod · 0.80
disableEditingMethod · 0.80
fetchProviderMethod · 0.80
setStartIndexMethod · 0.80
getCollectionItemsMethod · 0.80
logErrorIfMissingFunction · 0.80
validateCollectionDefFunction · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected