ScrollableFlagUpdatedParameter

@Serializable
data class ScrollableFlagUpdatedParameter(val nodeId: Int, val isScrollable: Boolean)

Fired when a node's scrollability state changes.

Constructors

Link copied to clipboard
constructor(nodeId: Int, isScrollable: Boolean)

Properties

Link copied to clipboard

If the node is scrollable.

Link copied to clipboard
val nodeId: Int

The id of the node.