Header

uk.gov.hmrc.hmrcfrontend.views.viewmodels.header.Header
See theHeader companion object
case class Header(homepageUrl: String, assetsPath: String, productName: Option[String], serviceName: Option[String], serviceUrl: String, navigation: Option[Seq[NavigationItem]], navigationClasses: String, containerClasses: String, classes: String, attributes: Map[String, String], language: Language, displayHmrcBanner: Boolean, useTudorCrown: Option[Boolean], signOutHref: Option[String], inputLanguageToggle: Option[LanguageToggle], userResearchBanner: Option[UserResearchBanner], phaseBanner: Option[PhaseBanner], additionalBannersBlock: Option[Html], menuButtonLabel: Option[String], menuButtonText: Option[String], navigationLabel: Option[String])

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

Concrete fields