blessed-components - v1.20.0
    Preparing search index...

    Interface ToastViewportItem

    Toast item rendered by renderToastViewport.

    interface ToastViewportItem {
        id: string;
        message: string;
        title?: string;
        tone?: ToastViewportTone;
    }
    Index

    Properties

    Properties

    id: string

    Stable toast id.

    message: string

    Toast message.

    title?: string

    Optional title.

    Semantic tone.