ConfiguredPresentation

declslides.dsl.DSL.ConfiguredPresentation

Presentation builder with all global configuration already chosen.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply(body: => PresBuild): Either[Vector[DomainError], Presentation]

Evaluates the body and returns either validation errors or a presentation.

Evaluates the body and returns either validation errors or a presentation.

Attributes

def withFooter(value: String): ConfiguredPresentation