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

Method isRemoteComponent

packages/core/src/document/node/node.ts:582–585  ·  view source on GitHub ↗

* 判断当前节点是否为远程物料组件

()

Source from the content-addressed store, hash-verified

580 * 判断当前节点是否为远程物料组件
581 */
582 isRemoteComponent() {
583 const npm = this.getExtraPropValue('npm') as NpmInfo
584 return isRemoteComponent({ npm })
585 }
586
587 @computed
588 get componentMeta() {

Callers 1

isRemoteMethod · 0.95

Calls 2

getExtraPropValueMethod · 0.95
isRemoteComponentFunction · 0.90

Tested by

no test coverage detected