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

    Type Alias ToastBarContextValue

    type ToastBarContextValue = {
        dismiss: (id: ToastBarPayload["id"]) => void;
        dispatch: (
            payload: Omit<ToastBarPayload, "id" | "time"> & { time?: number },
        ) => void;
    }
    Index

    Properties

    Properties

    dismiss: (id: ToastBarPayload["id"]) => void
    dispatch: (
        payload: Omit<ToastBarPayload, "id" | "time"> & { time?: number },
    ) => void