Renderer-neutral presentation for runtime alerts.
Summary
Types
@type t() :: %Vibe.Presentation.RuntimeAlert{ footer_label: String.t() | nil, id: String.t(), message: String.t(), severity: Vibe.SystemAlarms.Alert.severity(), title: String.t() }
Functions
@spec from_alert(Vibe.SystemAlarms.Alert.t()) :: t()