Options

class Options(val root: Element? = null, val rootMargin: String? = null, val thresholds: List<Double>? = null)(source)

Constructors

Link copied to clipboard
constructor(root: Element? = null, rootMargin: String? = null, thresholds: List<Double>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val root: Element? = null
Link copied to clipboard
val rootMargin: String? = null
Link copied to clipboard
val thresholds: List<Double>? = null