MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / getVisible

Method getVisible

packages/designer/src/document/node/node.ts:801–803  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

799 }
800
801 getVisible(): boolean {
802 return !this.getExtraProp('hidden')?.getValue();
803 }
804
805 onVisibleChange(func: (flag: boolean) => any): () => void {
806 const wrappedFunc = wrapWithEventSwitch(func);

Callers

nothing calls this directly

Calls 2

getExtraPropMethod · 0.95
getValueMethod · 0.65

Tested by

no test coverage detected