Anchor

sealed interface Anchor

Inheritors

Types

Link copied to clipboard
data class Above(val layerId: String) : Anchor.WithLayerId
Link copied to clipboard
data class Below(val layerId: String) : Anchor.WithLayerId
Link copied to clipboard
data object Bottom : Anchor
Link copied to clipboard
object Companion
Link copied to clipboard
data class Replace(val layerId: String) : Anchor.WithLayerId
Link copied to clipboard
data object Top : Anchor
Link copied to clipboard
sealed interface WithLayerId : Anchor