final case class UIConfig(enabled: Boolean, filePath: Option[String]) extends Product with Serializable
Configuration for servicing the user interface
- filePath
Location of the UI static files on the filesystem.
- Source
- Config.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UIConfig
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All