RelayMark.Inline (relay_mark_elixir v0.5.2)

Copy Markdown View Source

RelayMark inline node struct.

Summary

Types

t()

@type t() :: %RelayMark.Inline{
  content: [t()],
  href: String.t() | nil,
  id: String.t() | nil,
  label: String.t() | nil,
  props: map(),
  text: String.t() | nil,
  type: String.t()
}

Functions

from_map(map)

@spec from_map(map()) :: t()