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 组件
interface ISYS_ReactComponentizationDialogVirtualRender VirtualRender 使用 react-reconciler 实现虚拟 DOM 渲染, 不直接操作真实 DOM,而是通过消息机制与 EditorDesignPortal 通信。
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(element: React.ReactNode) => void |
(ALPHA) 渲染 React 元素 |
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.
渲染 React 元素
render: (element: React.ReactNode) => void;