Tyrian

tyrian.Tyrian$
object Tyrian

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Tyrian.type

Members list

Concise view

Type members

Classlikes

final case class FakeEvent(name: String, value: Any, target: Any)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class FakeHTMLInputElement(value: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def render[Model, Msg](includeDocType: Boolean, model: Model, view: Model => Html[Msg]): String

Takes a normal Tyrian Model and view function and renders the html to a string prefixed with the doctype.

Takes a normal Tyrian Model and view function and renders the html to a string prefixed with the doctype.

Attributes

def render[Model, Msg](model: Model, view: Model => Html[Msg]): String

Takes a normal Tyrian Model and view function and renders the html to a string.

Takes a normal Tyrian Model and view function and renders the html to a string.

Attributes

def render[Model, Msg](includeDocType: Boolean, html: Html[Msg]): String

Takes a Tyrian HTML view, and renders it into to a string prefixed with the doctype.

Takes a Tyrian HTML view, and renders it into to a string prefixed with the doctype.

Attributes

def render[Model, Msg](html: Html[Msg]): String

Takes a Tyrian HTML view, and renders it into to a string.

Takes a Tyrian HTML view, and renders it into to a string.

Attributes

def render[Model, Msg](includeDocType: Boolean, elems: List[Elem[Msg]]): String

Takes a list of Tyrian elements, and renders the fragment into to a string prefixed with the doctype.

Takes a list of Tyrian elements, and renders the fragment into to a string prefixed with the doctype.

Attributes

def render[Model, Msg](elems: List[Elem[Msg]]): String

Takes a list of Tyrian elements, and renders the fragment into to a string.

Takes a list of Tyrian elements, and renders the fragment into to a string.

Attributes

def render[Model, Msg](includeDocType: Boolean, elems: Elem[Msg]*): String

Takes repeatingTyrian elements, and renders the fragment into to a string prefixed with the doctype.

Takes repeatingTyrian elements, and renders the fragment into to a string prefixed with the doctype.

Attributes

def render[Model, Msg](elems: Elem[Msg]*): String

Takes repeating Tyrian elements, and renders the fragment into to a string.

Takes repeating Tyrian elements, and renders the fragment into to a string.

Attributes