muted

object muted extends Attr

audio - A Boolean attribute which indicates whether the audio will be initially silenced. Its default value is false. video - A Boolean attribute which indicates the default setting of the audio contained in the video. If set, the audio will be initially silenced. Its default value is false, meaning that the audio will be played when the video is played.

trait Attr
class Object
trait Matchable
class Any

Type members

Classlikes

object tag extends TagElement

Types

Inherited types

type supports[T <: Tag] = AttrPair[attrType] => AttrPair[tagType]
Inherited from
Attr

Value members

Concrete methods

@inline
def :=(v: Boolean): AttrPair[_muted_attr]
@inline
def :=(v: Option[Boolean]): OptionalAttrPair[_muted_attr]

Implicits

Implicits

@inline
implicit def boolToPairaudioApplied(attrObj: muted): AttrPair[tag]
@inline
implicit def boolToPairstarApplied(attrObj: muted): AttrPair[tag]
@inline
implicit def boolToPairvideoApplied(attrObj: muted): AttrPair[tag]