ClassProp

calico.html.ClassProp
See theClassProp companion object
final class ClassProp[F[_]] extends Prop[F, List[String], String]

Attributes

Companion:
object
Source:
Prop.scala
Graph
Supertypes
class Prop[F, List[String], String]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

inline def :=(cls: String): SingleConstantModifier

Attributes

Source:
Prop.scala

Inherited methods

def :=(v: List[String]): ConstantModifier[V, J]

Attributes

Inherited from:
Prop
Source:
Prop.scala

Attributes

Inherited from:
Prop
Source:
Prop.scala
def <--(vs: Signal[F, Option[List[String]]]): OptionSignalModifier[F, V, J]

Attributes

Inherited from:
Prop
Source:
Prop.scala
def <--(vs: Resource[F, Signal[F, List[String]]]): SignalResourceModifier[F, V, J]

Attributes

Inherited from:
Prop
Source:
Prop.scala
def <--(vs: Signal[F, List[String]]): SignalModifier[F, V, J]

Attributes

Inherited from:
Prop
Source:
Prop.scala
def contramap[U](f: U => List[String]): Prop[F, U, J]

Attributes

Inherited from:
Prop
Source:
Prop.scala