Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isRemote
Method · 0.95
Calls
2
getExtraPropValue
Method · 0.95
isRemoteComponent
Function · 0.90
Tested by
no test coverage detected