msg

package
v0.74.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 19, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package msg defines common Bubble Tea message types shared across packages, including toast notifications for temporary status displays.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ShowToast

func ShowToast(message string, duration time.Duration) tea.Cmd

ShowToast returns a command to show a toast message.

Types

type ToastMsg

type ToastMsg struct {
	Message  string
	Duration time.Duration
	IsError  bool // true for error toasts (red), false for success (green)
}

ToastMsg displays a temporary message.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL