muted

slinky.web.html.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.

Attributes

Graph
Supertypes
trait Attr
class Object
trait Matchable
class Any
Self type
muted.type

Members list

Concise view

Type members

Classlikes

object tag extends TagElement

Attributes

Graph
Supertypes
class TagElement
class Object
trait Matchable
class Any
Self type
tag.type

Types

type attrType = _muted_attr.type

Inherited types

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

Attributes

Inherited from:
Attr

Value members

Concrete methods

def :=(v: Boolean): AttrPair[_muted_attr.type]
def :=(v: Option[Boolean]): OptionalAttrPair[_muted_attr.type]

Implicits

Implicits

implicit def boolToPairaudioApplied(attrObj: muted.type.this.type): AttrPair[tag.type]
implicit def boolToPairstarApplied(attrObj: muted.type.this.type): AttrPair[tag.type]
implicit def boolToPairvideoApplied(attrObj: muted.type.this.type): AttrPair[tag.type]