PowerHorse Engine
    Preparing search index...
    DismissToastProvider_Prop: (
        ToastOrToastIdOrDismissAll: ToastProps | string | true,
    ) => void

    If true, all toasts will be dismissed. If Toast, the ID of the toast will be dismissed. If string, the ID of the toast will be dismissed.

    Type Declaration

      • (ToastOrToastIdOrDismissAll: ToastProps | string | true): void
      • Parameters

        • ToastOrToastIdOrDismissAll: ToastProps | string | true

        Returns void