clip

scalatags.generic.Styles.clip
object clip extends Style

The clip CSS property defines what portion of an element is visible. The clip property applies only to elements with position:absolute.

MDN

Attributes

Graph
Supertypes
class Style
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
clip.type

Members list

Value members

Concrete methods

def auto: StylePair[Builder, String]
def rect(top: String, right: String, bottom: String, left: String): StylePair[Builder, String]

Inherited methods

def :=[Builder, T](v: T)(implicit ev: StyleValue[Builder, T]): StylePair[Builder, T]

Creates an StylePair from an Style and a value of type T, if there is an StyleValue of the correct type.

Creates an StylePair from an Style and a value of type T, if there is an StyleValue of the correct type.

Attributes

Inherited from:
Style
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product