A semantic description of the current Incant admin screen.
@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() }