Package-level declarations
The toast component.
Types
Link copied to clipboard
data class ToastOptions(val position: ToastPosition? = null, val className: String? = null, val escapeHtml: Boolean? = null, val close: Boolean? = null, val oldestFirst: Boolean? = null, val duration: Int? = null, val stopOnFocus: Boolean? = null, val onClick: () -> Unit? = null, val destination: String? = null, val newWindow: Boolean? = null, val callback: () -> Unit? = null, val avatar: String? = null, val offset: dynamic = null, val style: dynamic = null, val ariaLive: String? = null)
Toast options.
Link copied to clipboard
Toast positions.