Header

uk.gov.hmrc.govukfrontend.views.viewmodels.header.Header
See theHeader companion object
final case class Header(homepageUrl: Option[String], productName: Option[String], serviceName: Option[String], serviceUrl: Option[String], navigation: Option[Seq[HeaderNavigation]], navigationClasses: String, containerClasses: Option[String], classes: String, attributes: Map[String, String], menuButtonLabel: Option[String], navigationLabel: Option[String], menuButtonText: Option[String], useTudorCrown: Option[Boolean], rebrand: Option[Boolean])

Attributes

Companion
object
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