Kreuzcrawl.LinkInfo (kreuzcrawl v0.3.0-rc.37)

Copy Markdown

Information about a link found on a page.

Summary

Types

t()

Information about a link found on a page.

Types

t()

@type t() :: %Kreuzcrawl.LinkInfo{
  link_type: String.t() | nil,
  nofollow: boolean(),
  rel: String.t() | nil,
  text: String.t() | nil,
  url: String.t() | nil
}

Information about a link found on a page.