SlideElement

declslides.domain.SlideElement
See theSlideElement companion object

Content elements that can appear inside a slide.

Attributes

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

Members list

Type members

Enum entries

final case class BulletList(items: Vector[String])

Bullet list content.

Bullet list content.

Attributes

final case class CodeBlock(language: String, source: String)

Source code block with an associated language label.

Source code block with an associated language label.

Attributes

final case class Image(source: URL, altText: String)

An image with a source URL and alternative text.

An image with a source URL and alternative text.

Attributes

final case class Paragraph(value: String)

Plain paragraph text.

Plain paragraph text.

Attributes

final case class Spacer(lines: Int)

Vertical spacer measured in logical lines.

Vertical spacer measured in logical lines.

Attributes