ReactViewOptions
新架构
种类:class
实验性
与 IReactHost 实例关联的每个 IReactViewHost 的设置。
属性
ComponentName
string ComponentName
实验性
通过 AppRegistry.registerComponent('ModuleName', () => ModuleName); 在 JavaScript 中注册的组件名称
InitialProps
JSValueArgWriter
InitialProps
实验性
初始组件属性集。它是一个 JSON 字符串。
构造函数
ReactViewOptions
ReactViewOptions
()
被引用方
旧架构
种类:class
实验性
与 IReactHost 实例关联的每个 IReactViewHost 的设置。
Properties
组件名称
string ComponentName
实验性
通过 AppRegistry.registerComponent('ModuleName', () => ModuleName); 在 JavaScript 中注册的组件名称
初始属性
JSValueArgWriter
InitialProps
实验性
初始组件属性集。它是一个 JSON 字符串。
Constructors
ReactViewOptions
ReactViewOptions
()