Entries

works.iterative.server.http.ScalatagsViteSupport.Entries
final case class Entries(stylesheet: List[String] = ..., module: List[String] = ..., preload: List[String] = ...)

Attributes

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

Members list

Value members

Concrete methods

def withBaseUri(baseUri: BaseUri): Entries

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val modules: Seq[Modifier]
val preamble: Seq[Modifier]
val preloads: Seq[Modifier]
val stylesheets: Seq[Modifier]