ViteChunk

works.iterative.server.http.ScalatagsViteSupport.ViteChunk
final case class ViteChunk(file: String, _css: Option[List[String]] = ..., _imports: Option[List[String]] = ..., _isEntry: Option[Boolean] = ...)

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val css: List[String]
val imports: List[String]
val isEntry: Boolean