Telegraph.Graph.Model.Page (telegraph v0.7.1) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Telegraph.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()
}