loop

slinky.web.html.loop$
object loop extends Attr

video - A Boolean attribute; if specified, we will, upon reaching the end of the video, automatically seek back to the start. audio - A Boolean attribute: if specified, will automatically seek back to the start upon reaching the end of the audio.

Attributes

Graph
Supertypes
trait Attr
class Object
trait Matchable
class Any
Self type
loop.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 = _loop_attr.type

Inherited types

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

Attributes

Inherited from:
Attr

Value members

Concrete methods

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

Implicits

Implicits

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