@lynx-js/react / Root
接口: Root
The default root exported by @lynx-js/react for you to render a JSX
属性
registerDataProcessors()
Register DataProcessors. You MUST call this before root.render().
参数
返回
void
已被弃用
use lynx.registerDataProcessors instead
定义于
@lynx-js/react/runtime/lib/lynx-api.d.ts:60
render()
Use this API to pass in your JSX to render
参数
返回
void
Examples
定义于
@lynx-js/react/runtime/lib/lynx-api.d.ts:54