LangelicEpub.NavItem (langelic_epub v0.1.1)

Copy Markdown View Source

A node in the table of contents. May contain nested children.

Summary

Types

t()

@type t() :: %LangelicEpub.NavItem{
  children: [t()],
  href: String.t(),
  title: String.t()
}