ToastOptions
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)(source)
Toast options.
Constructors
Link copied to clipboard
constructor(position: ToastPosition? = null, className: String? = null, escapeHtml: Boolean? = null, close: Boolean? = null, oldestFirst: Boolean? = null, duration: Int? = null, stopOnFocus: Boolean? = null, onClick: () -> Unit? = null, destination: String? = null, newWindow: Boolean? = null, callback: () -> Unit? = null, avatar: String? = null, offset: dynamic = null, style: dynamic = null, ariaLive: String? = null)