ScrollSnapHighlightConfig

@Serializable
data class ScrollSnapHighlightConfig(val scrollSnapContainerHighlightConfig: Overlay.ScrollSnapContainerHighlightConfig, val nodeId: Int)

Constructors

Link copied to clipboard
constructor(scrollSnapContainerHighlightConfig: Overlay.ScrollSnapContainerHighlightConfig, nodeId: Int)

Properties

Link copied to clipboard
val nodeId: Int

Identifier of the node to highlight.

Link copied to clipboard

A descriptor for the highlight appearance of scroll snap containers.