Astral.Islands.Entry (Astral v0.1.3)

Copy Markdown View Source

Bindings for generated island browser entry modules.

Summary

Functions

Builds entry bindings for an island.

Types

t()

@type t() :: %Astral.Islands.Entry{
  client: String.t(),
  component: String.t(),
  id: String.t(),
  media: String.t() | nil,
  props: String.t(),
  runtime: String.t()
}

Functions

new(island)

@spec new(Astral.Islands.Island.t()) :: t()

Builds entry bindings for an island.