PresentationState
declslides.dsl.DSL.PresentationState
final case class PresentationState(title: String, theme: Theme = ..., footer: Option[String] = ..., pendingSlides: Vector[PendingSlide] = ...)
Mutable-in-spirit state threaded through presentation-level builders.
Despite its name, the state remains immutable: each builder returns a new state rather than mutating the existing one.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article