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

    Interface CreateToastStackStateOptions

    Options accepted by createToastStackState.

    interface CreateToastStackStateOptions {
        maxToasts?: number;
        toasts?: readonly ToastItem[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    maxToasts?: number

    Maximum retained toasts.

    5

    toasts?: readonly ToastItem[]

    Initial toast collection.