<videovolumebutton>

JavaScript: lz.videovolumebutton
extends <view> » <node> » lz.Eventable »

Attributes

Name (CSS property) Type (tag) Type (js) Default Category
adjusterBorder expression any 2 read/write
   
adjusterHeight expression any 100 read/write
   
adjusting expression any this.button.over || this.button.tracking || this.adjuster.over || this.adjuster.tracking read/write
   
mute expression any false read/write
   
volume expression any this.mute ? 0.0 : this.volumeInternal read/write
   
volumeInternal expression any 1.0 read/write
   

Methods

Methods inherited from lz.Eventable

destroy, setAttribute

Events

Events inherited from <node>

onconstruct, ondata, oninit

Events inherited from lz.Eventable

ondestroy