scoped

object scoped extends Attr

Specifies that the styles only apply to this element's parent element and that element's child elements.

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[_scoped_attr]
@inline
def :=(v: Option[Boolean]): OptionalAttrPair[_scoped_attr]

Implicits

Implicits

@inline
implicit def boolToPairstarApplied(attrObj: scoped): AttrPair[tag]
@inline
implicit def boolToPairstyleApplied(attrObj: scoped): AttrPair[tag]