uk.gov.hmrc.govukfrontend.views.viewmodels.cookiebanner

Members list

Type members

Classlikes

case class Action(text: String, inputType: Option[String], href: Option[String], name: Option[String], value: Option[String], classes: String, attributes: Map[String, String])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Action

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Action.type
case class CookieBanner(id: String, classes: String, attributes: Map[String, String], hidden: Boolean, ariaLabel: Option[String], messages: Seq[Message])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object CookieBanner

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class Message(heading: Content, content: Content, actions: Option[Seq[Action]], hidden: Boolean, role: Option[String], classes: String, attributes: Map[String, String])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Message

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Message.type