JsObject

JsObject

JsObject 类表示用户在 EasyBuilder Pro 项目的窗口中放置的 JS 元件。

用户可以通过 this 变量在源代码中访问 JS 元件。

Members

config :Object

此属性保存 JS 元件的配置信息。

Type:
  • Object

state :Number

此属性保存 JS 元件的状态。 状态的有效范围是 0 到 65535。

Type:
  • Number

widget :Container

此属性保存 JS 元件的组件。

Type:

Methods

playSound()

播放指定的声音。

Example
this.playSound();