Vibe.Presentation.Section (vibe v0.2.3)

Copy Markdown View Source

Renderer-neutral presentation document section.

Summary

Types

t()

@type t() :: %Vibe.Presentation.Section{
  description: String.t() | nil,
  id: atom() | String.t(),
  metadata: map(),
  title: String.t(),
  widgets: [Vibe.Presentation.Widget.t()]
}

Functions

new(section)

@spec new(t() | keyword() | map()) :: t()