Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ToastListeners

Hierarchy

  • ToastListeners

Index

Properties

Optional click

click: (e: Event, type: ToastType) => void

Type declaration

Optional closeclick

closeclick: (e: Event, type: ToastType) => void

Type declaration

Optional hidden

hidden: (e: Event, type: ToastType) => void

Type declaration

Optional shown

shown: (e: Event, type: ToastType) => void

Type declaration