MCPcopy Create free account
hub / github.com/Easy-Editor/EasyEditor / hidden

Method hidden

packages/core/src/document/node/node.ts:358–360  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

356 }
357
358 get hidden() {
359 return this.getExtraPropValue('hidden') as boolean
360 }
361
362 get isHidden() {
363 return this.hidden

Callers

nothing calls this directly

Calls 1

getExtraPropValueMethod · 0.95

Tested by

no test coverage detected