Incant.UI.Document (Incant v0.1.1)

Copy Markdown View Source

A semantic description of the current Incant admin screen.

Summary

Types

t()

@type t() :: %Incant.UI.Document{
  context: map() | nil,
  events: map(),
  id: String.t(),
  meta: map(),
  nav: Incant.UI.Regions.Nav.t() | nil,
  regions: [struct()],
  surface: struct(),
  title: String.t()
}

Functions

from_context(context, opts \\ [])