open

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

dialog - Indicates that the dialog is active and available for interaction. When the open attribute is not set, it shouldn't be shown to the user. details - This Boolean attribute indicates whether the details will be shown to the user on page load. Default is false and so details will be hidden.

Attributes

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

Inherited types

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

Attributes

Inherited from:
Attr

Value members

Concrete methods

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

Implicits

Implicits

implicit def boolToPairdetailsApplied(attrObj: open.type.this.type): AttrPair[tag.type]
implicit def boolToPairdialogApplied(attrObj: open.type.this.type): AttrPair[tag.type]
implicit def boolToPairstarApplied(attrObj: open.type.this.type): AttrPair[tag.type]