Interface: ContentLifecycleCtx
Defined in: registry.tsx:38
生命周期回调上下文:el 为该区域内容容器 DOM(挂载期间有效;onUnmount 清理时仍可用)
Properties
areaId
areaId:
number
Defined in: registry.tsx:40
承载该内容的区域 id
contentType
contentType:
string
Defined in: registry.tsx:42
内容类型标识
el
el:
HTMLElement
Defined in: registry.tsx:44
该区域内容容器 DOM 节点(挂载期间有效;onUnmount 清理时仍可用)