EntryPointContainer
EntryPointContainer
function EntryPointContainer({
entryPointReference,
props,
}: {
+entryPointReference: PreloadedEntryPoint<TEntryPointComponent>,
+props: TRuntimeProps,
}): ReactElement
一个渲染预加载入口点的 React 组件。
entryPointReference
:从调用loadEntryPoint
或从useEntryPointLoader
钩子中获取的值。props
:将传递给Component
的其他运行时 props。
此页面是否有用?
通过以下方式帮助我们使网站变得更好 回答一些快速问题.