| Interface | Description |
|---|---|
| FabricBinding | |
| JSHandler | |
| Work |
Interface that represents a task or piece of code that will be executed by
Scheduler
This follows React API naming for consistency. |
| Class | Description |
|---|---|
| FabricReconciler | |
| FabricUIManager |
This class is responsible to create, clone and update
ReactShadowNode using the Fabric
API. |
| RootShadowNodeRegistry |
Simple container class to keep track of
ReactShadowNodes that represents the Root
Shadow Nodes of a FabricUIManager. |
| Scheduler |
This class allows Native code to schedule work in JS.
|