Lines Matching refs:Index
38 struct Index {
116 struct Index {
151 struct Index {
210 struct Index {
252 struct Index {
293 struct Index {
362 struct Index {
432 struct Index {
466 struct Index {
511 struct Index {
558 struct Index {
660 struct Index {
721 struct Index {
726 console.log(`Index message change from ${monitor.value()?.before} to ${monitor.value()?.now}`);
735 Button("change message in Index")
737 this.info.message = "Index click to change Message";
749 - 当Index组件创建Info类实例时,日志输出`in constructor message change to initialized`。此时Index组件的\@Monitor还未初始化成功,…
750 - 当Index组件创建完成,页面加载完成后,点击按钮“change message in Index”,此时Index组件中的\@Monitor能够监听到变化,日志输出`Index message…
751 …时Index组件与Child组件的\@Monitor均能监听到变化,日志输出`Index message change from Index click to change Message to …
752 - 点击按钮“change message in Child”,改变message。此时Index组件与Child组件的\@Monitor均能监听到变化,日志输出`Index message cha…
753 …,调用Child组件的aboutToDisappear回调,改变message。此时Index组件与Child组件的\@Monitor均能监听到变化,日志输出`Child aboutToDisap…
754 …ge in Index”,改变message。此时Child组件已销毁,其注册的\@Monitor监听也被解注册,仅有Index组件的\@Monitor能够监听到变化,日志输出`Index mes…
778 struct Index {
782 this.info.message = "Index aboutToAppear";
789 this.info.message = "Index click to change message";
799 message change from initialized to Index aboutToAppear
800 message change from Index aboutToAppear to Index click to change message
838 struct Index {
913 struct Index {
985 struct Index {
1041 struct Index {
1080 struct Index {
1111 struct Index {
1146 struct Index {
1173 struct Index {