GestureSourceType

@Serializable(with = GestureSourceTypeSerializer::class)
sealed interface GestureSourceType

(undocumented in the protocol definition)

Official doc

Inheritors

Types

Link copied to clipboard
@Serializable(with = GestureSourceTypeSerializer::class)
data object default : GestureSourceType
Link copied to clipboard
@Serializable(with = GestureSourceTypeSerializer::class)
data object mouse : GestureSourceType
Link copied to clipboard
@Serializable(with = GestureSourceTypeSerializer::class)
data class NotDefinedInProtocol(val value: String) : GestureSourceType

This extra enum entry represents values returned by Chrome that were not defined in the protocol (for instance new values that were added later).

Link copied to clipboard
@Serializable(with = GestureSourceTypeSerializer::class)
data object touch : GestureSourceType