Skip to content

Latest commit

 

History

History
77 lines (38 loc) · 1.22 KB

File metadata and controls

77 lines (38 loc) · 1.22 KB

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

interface ISYS_ReactComponentizationDialogVirtualRender 

Remarks

VirtualRender 使用 react-reconciler 实现虚拟 DOM 渲染, 不直接操作真实 DOM,而是通过消息机制与 EditorDesignPortal 通信。

Properties

Property

Modifiers

Type

Description

render

(element: React.ReactNode) => void

(ALPHA) 渲染 React 元素


属性详情

render

ISYS_ReactComponentizationDialogVirtualRender.render property

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 元素

Signature

render: (element: React.ReactNode) => void;