在我看来,我有一个欢迎屏幕:
<component:WelcomeScreen
includeIn="welcome"
/>
这是一个非常小的组件,我有 panelContainer:
<component:PanelContainer
id="panelView"
includeIn="panels"
>
<manyChildren />
</component:PanelContainer>
当用户在欢迎状态下阅读温暖而模糊的欢迎注释时,我想创建大而昂贵的面板状态,所以当我们切换时没有延迟。
在面板状态设置之前 panelView 为空,但我认为必须有一个 IDefferredInstance 漂浮在某个地方,我可以使用它来启动视图的创建。我怎样才能抓住它?
谢谢