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 Reconciler 实例接口 用于接收扩展的 react-reconciler 实例
interface ISYS_ReactComponentizationDialogReconcilerInstance 此接口定义了从扩展传递的 react-reconciler 实例。 react-reconciler 是 React 的自定义渲染器,用于实现虚拟 DOM 渲染。
const ReconcilerInstance = {
default: Reconciler,
constants: {
ContinuousEventPriority,
DiscreteEventPriority,
DefaultEventPriority,
ConcurrentRoot,
},
};|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
{ ContinuousEventPriority: number; DiscreteEventPriority: number; DefaultEventPriority: number; ConcurrentRoot: number; } |
(ALPHA) Reconciler 常量 | ||
|
any |
(ALPHA) Reconciler 构造函数 |
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.
Reconciler 常量
constants: {
ContinuousEventPriority: number;
DiscreteEventPriority: number;
DefaultEventPriority: number;
ConcurrentRoot: number;
};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.
Reconciler 构造函数
default: any;