Packages

o

scalacss.internal.Attrs

backgroundRepeat

object backgroundRepeat extends TypedAttrT2[RepeatStyle] with RepeatStyleOps

The background-repeat CSS property defines how background images are repeated. A background image can be repeated along the horizontal axis, the vertical axis, both axes, or not repeated at all.

See also

MDN

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. backgroundRepeat
  2. RepeatStyleOps
  3. TypedAttrT2
  4. TypedAttrBase
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def apply(horizontal: ValueT[RepeatStyle], vertical: ValueT[RepeatStyle]): AV
    Definition Classes
    TypedAttrT2
  5. final def apply(both: ValueT[RepeatStyle]): AV
    Definition Classes
    TypedAttrT2
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val attr: Attr
    Definition Classes
    backgroundRepeatTypedAttrBase
  8. def av(v: Value): AV
    Attributes
    protected
    Definition Classes
    TypedAttrBase
  9. def avl(v: Literal): AV
    Attributes
    protected
    Definition Classes
    TypedAttrBase
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. 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.

    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.

    Definition Classes
    TypedAttrBase
  17. def initial: AV

    The initial CSS keyword applies the initial value of a property to an element.

    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.

    Definition Classes
    TypedAttrBase
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def noRepeat: AV
    Definition Classes
    RepeatStyleOps
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def repeat: AV
    Definition Classes
    RepeatStyleOps
  24. def repeatX: AV
  25. def repeatY: AV
  26. def round: AV
    Definition Classes
    RepeatStyleOps
  27. def space: AV
    Definition Classes
    RepeatStyleOps
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    TypedAttrBase → AnyRef → Any
  30. def unset: AV

    The unset CSS keyword is the combination of the initial and inherit keywords.

    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.

    Definition Classes
    TypedAttrBase
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from RepeatStyleOps

Inherited from TypedAttrT2[RepeatStyle]

Inherited from TypedAttrBase

Inherited from AnyRef

Inherited from Any

Ungrouped