TypedAttrBase

abstract class TypedAttrBase
Companion
object
class Object
trait Matchable
class Any
object alignItems
object alignSelf
object boxSizing
object breakAfter
object clear
object columnFill
object columnSpan
object content
object cursor
object direction
object display
object emptyCells
object flexWrap
object float
object fontFamily
object fontStyle
object fontWeight
object hyphens
object imeMode
object isolation
object lineBreak
object objectFit
object overflow
object overflowX
object overflowY
object position
object quotes
object resize
object rubyAlign
object textAlign
object textIndent
object userSelect
object visibility
object whiteSpace
object wordBreak
object wordWrap
object all
object gap
object placeSelf
class TypedAttrT1[T]
object columnGap
object flexGrow
object flexShrink
object fontSize
object lineHeight
object opacity
object order
object orphans
object paddingTop
object rowGap
object widows
object zIndex
object caretColor
object color
object svgStroke
object bottom
object left
object marginLeft
object marginTop
object right
object top
object height
object width
object blockSize
object inlineSize
object maxHeight
object maxWidth
object minHeight
object minWidth
class TypedAttrT2[T]
class TypedAttrT3[T]
object border
object borderLeft
object borderTop
object columnRule
object outline
object margin
object padding
class TypedAttrTN[T]
object clip

Value members

Abstract methods

def real: Set[RealAttr]

Concrete methods

final def cmp(that: Attr): AttrCmp
def inherit: AV

The inherit CSS-value causes the element for which it is specified to take the computed value of the property from its parent element. It is allowed on every CSS property.

The inherit CSS-value causes the element for which it is specified to take the computed value of the property from its parent element. It is allowed on every CSS property.

For inherited properties, this reinforces the default behavior, and is only needed to override another rule. For non-inherited properties, this specifies a behavior that typically makes relatively little sense and you may consider using initial instead, or unset on the all property.

def initial: AV

The initial CSS keyword applies the initial value of a property to an element. It is allowed on every CSS property and causes the element for which it is specified to use the initial value of the property.

The initial CSS keyword applies the initial value of a property to an element. It is allowed on every CSS property and causes the element for which it is specified to use the initial value of the property.

override def toString: String
Definition Classes
Any
def unset: AV

The unset CSS keyword is the combination of the initial and inherit keywords. Like these two other CSS-wide keywords, it can be applied to any CSS property, including the CSS shorthand all. This keyword resets the property to its inherited value if it inherits from its parent or to its initial value if not. In other words, it behaves like the inherit keyword in the first case and like the initial keyword in the second case.

The unset CSS keyword is the combination of the initial and inherit keywords. Like these two other CSS-wide keywords, it can be applied to any CSS property, including the CSS shorthand all. This keyword resets the property to its inherited value if it inherits from its parent or to its initial value if not. In other words, it behaves like the inherit keyword in the first case and like the initial keyword in the second case.

Abstract fields

val attr: Attr

Concrete fields

val gen: Gen
val id: String