Vibe.TUI.RenderContext (vibe v0.2.2)

Copy Markdown View Source

Context passed to TUI renderable protocol implementations.

Summary

Types

t()

@type t() :: %Vibe.TUI.RenderContext{
  opts: keyword(),
  state: Vibe.TUI.RenderState.t(),
  theme: Vibe.Terminal.Theme.t(),
  width: pos_integer()
}

Functions

new(width, theme, state, opts \\ [])