Placement

object Placement

Functions

alignmentOf
Link copied to clipboard
js
fun alignmentOf(placement: String): String
Extracts the horizontal alignment of the toast out of the general placement.
appearsFromBottom
Link copied to clipboard
js
fun appearsFromBottom(toasts: List<ToastComponentBase.ToastFragment>): Boolean

Properties

bottom
Link copied to clipboard
js
const val bottom: String
bottomLeft
Link copied to clipboard
js
const val bottomLeft: String
bottomRight
Link copied to clipboard
js
const val bottomRight: String
placements
Link copied to clipboard
js
val placements: List<String>
top
Link copied to clipboard
js
const val top: String
topLeft
Link copied to clipboard
js
const val topLeft: String
topRight
Link copied to clipboard
js
const val topRight: String