Skip to content

remote.Function.unmountDomRemote

github-actions[bot] edited this page Jun 8, 2026 · 2 revisions

@zenstone/ts-utils / remote / unmountDomRemote

Function: unmountDomRemote()

unmountDomRemote(id, onRemove?): void

Defined in: src/remote/mountRemote.ts:317

基于 id 移除已挂载的远程资源

Parameters

id

string

元素 ID

onRemove?

() => void

移除后回调

Returns

void

Clone this wiki locally