RawFrag

scalatags.VirtualDom.RawFrag
case class RawFrag(v: String) extends Frag[Output, FragT]

A Modifier which contains a String which will not be escaped.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Frag[Output, FragT]
trait Frag[Builder[Output, FragT], FragT]
trait Modifier[Builder[Output, FragT]]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def render: FragT

Inherited methods

def applyTo(b: Builder[Output, FragT]): Unit

Applies this modifier to the specified Builder, such that when rendering is complete the effect of adding this modifier can be seen.

Applies this modifier to the specified Builder, such that when rendering is complete the effect of adding this modifier can be seen.

Attributes

Inherited from:
Frag
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product