@rocket.chat/fuselage-toastbar
    Preparing search index...

    Type Alias ToastBarPayload

    type ToastBarPayload = {
        id: string;
        isPersistent?: boolean;
        message: ReactNode | string | Error;
        position?: "top-start" | "top-end" | "bottom-start" | "bottom-end";
        time: number;
        title?: string;
        type?: "success" | "info" | "error";
    }
    Index

    Properties

    id: string
    isPersistent?: boolean
    message: ReactNode | string | Error
    position?: "top-start" | "top-end" | "bottom-start" | "bottom-end"
    time: number
    title?: string
    type?: "success" | "info" | "error"