Kreuzcrawl.LinkType (kreuzcrawl v0.3.0-rc.2)

Copy Markdown

The classification of a link.

Summary

Types

t()

@type t() :: :internal | :external | :anchor | :document

Functions

anchor()

@spec anchor() :: t()

document()

@spec document() :: t()

external()

@spec external() :: t()

internal()

@spec internal() :: t()