Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Tencent/kbone
/ outerHTML
Method
outerHTML
packages/miniprogram-render/src/node/element.js:626–628 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
624
}
625
626
get outerHTML() {
627
return
this.$_generateHtml(this)
628
}
629
630
set outerHTML(html) {
631
if
(typeof html !==
'string'
)
return
Callers
nothing calls this directly
Calls
8
$_generateHtml
Method · 0.95
$_generateDomTree
Method · 0.95
$_updateChildrenExtra
Method · 0.95
appendChild
Method · 0.95
$$dealWithAttrsForOuterHTML
Method · 0.95
$_triggerParentUpdate
Method · 0.95
$$updateParent
Method · 0.80
parse
Method · 0.45
Tested by
no test coverage detected