ScrollSnapContainerHighlightConfig

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

Constructors

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

Properties

Link copied to clipboard

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)