Vibe.Session.Command.Intent (vibe v0.2.2)

Copy Markdown View Source

UI-neutral command dispatched by TUI or LiveView clients.

Summary

Types

t()

@type t() :: %Vibe.Session.Command.Intent{data: map(), type: atom()}

Functions

new(type, data \\ %{})

@spec new(atom(), map()) :: t()