Versions in this module Expand all Collapse all v0 v0.3.7 Mar 21, 2026 Changes in this version + type Effect interface + type Engine interface + HandleEvent func(Event) []Effect + View func() string + type Event interface + type KeyPressedEvent struct + Key string + type LoadPreviewEffect struct + Request preview.Request + type PersistPreviewEffect struct + Cap int + IndexPath string + Record preview.IndexRecord + type PreviewLoadedEvent struct + Message preview.LoadedMsg + type PreviewPersistedEvent struct + Message preview.IndexPersistedMsg + type QuitEffect struct + type Runtime interface + Run func(engine Engine) error + func NewBubbleTea() Runtime + type WindowSizeEvent struct + Height int + Width int