属性概述
可以设置、检索或监听任何属性。请参阅使用属性主题。
名称 | 类型 | 总结 | 类 | |
---|---|---|---|---|
String | 更多信息 类名称。 | 更多信息 | Accessor | |
String | 更多信息 视图模型的当前状态,可用于呈现微件的 UI。 | 更多信息 | WeatherViewModel | |
SceneView | 更多信息 对视图的引用。 | 更多信息 | WeatherViewModel |
属性细节
-
类的名称。 声明的类名格式为
geoscene.folder.className
。
-
state Stringreadonly
-
可用于呈现微件 UI 的视图模型的当前状态。
值 描述 disabled 微件正在创建或没有视图。 ready 微件已就绪。 可能值:"disabled"|"ready"
- 默认值:disabled
-
view SceneView
-
方法概述
名称 | 返回类型 | 总结 | 类 | |
---|---|---|---|---|
更多信息 将天气设置为指定类型。 | 更多信息 | WeatherViewModel |
方法详述
-
setWeatherByType(type)
-
将天气设置为指定的类型。
参数:type String要选择的天气。
可能值:"sunny"|"cloudy"|"rainy"|"foggy"