Rendro.Link (Rendro v0.2.0)

Copy Markdown View Source

Explicit authored link content wrapper with a narrow target contract.

Summary

Types

t()

Curated link target variants supported in Phase 49.

Types

t()

@type t() :: %Rendro.Link{
  content: Rendro.Text.t() | Rendro.Table.t() | term(),
  target: target()
}

target()

@type target() :: {:uri, String.t()} | {:page, pos_integer()}

Curated link target variants supported in Phase 49.