ScrollSnapContainerHighlightConfig

@Serializable
data class ScrollSnapContainerHighlightConfig(val snapportBorder: LineStyle? = null, val snapAreaBorder: LineStyle? = null, val scrollMarginColor: RGBA? = null, val scrollPaddingColor: RGBA? = null)

(undocumented in the protocol definition)

Official doc

Constructors

Link copied to clipboard
constructor(snapportBorder: LineStyle? = null, snapAreaBorder: LineStyle? = null, scrollMarginColor: RGBA? = null, scrollPaddingColor: RGBA? = null)

Properties

Link copied to clipboard
val scrollMarginColor: RGBA? = null

The margin highlight fill color (default: transparent).

Link copied to clipboard

The padding highlight fill color (default: transparent).

Link copied to clipboard

The style of the snap area border (default: transparent)

Link copied to clipboard

The style of the snapport border (default: transparent)