Boxart.Render.Gantt.Section (Boxart v0.3.2)

Copy Markdown View Source

A section grouping tasks.

Summary

Types

t()

@type t() :: %Boxart.Render.Gantt.Section{
  tasks: [Boxart.Render.Gantt.Task.t()],
  title: String.t()
}