capture

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

When the value of the type attribute is file, the presence of this Boolean attribute indicates that capture of media directly from the device's environment using a media capture mechanism is preferred.

Attributes

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

Inherited types

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

Attributes

Inherited from:
Attr

Value members

Concrete methods

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

Implicits

Implicits

implicit def boolToPairinputApplied(attrObj: capture.type.this.type): AttrPair[tag.type]
implicit def boolToPairstarApplied(attrObj: capture.type.this.type): AttrPair[tag.type]