Home > ISYS_ReactComponentizationDialogVirtualRender
ISYS_ReactComponentizationDialogVirtualRender interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
VirtualRender 类接口 用于在虚拟环境中渲染 React 组件
Signature
typescript
interface ISYS_ReactComponentizationDialogVirtualRender1
Remarks
VirtualRender 使用 react-reconciler 实现虚拟 DOM 渲染, 不直接操作真实 DOM,而是通过消息机制与 EditorDesignPortal 通信。
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
(element: React.ReactNode) => void | (ALPHA) 渲染 React 元素 |