View Source Elixteg.Graph.Model.Page (elixteg v0.7.0)

Link to this section Summary

Link to this section Types

@type t() :: %Elixteg.Graph.Model.Page{
  author_name: binary(),
  author_url: binary(),
  can_edit: atom(),
  content: NodeElement.t(),
  description: binary(),
  image_url: binary(),
  path: binary(),
  title: binary(),
  url: binary(),
  views: integer()
}