struct Protocol::Overlay::ScrollSnapContainerHighlightConfig

Included Modules

Defined in:

protocol/overlay.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def scroll_margin_color : DOM::RGBA | Nil #

The margin highlight fill color (default: transparent).


[View source]
def scroll_padding_color : DOM::RGBA | Nil #

The padding highlight fill color (default: transparent).


[View source]
def snap_area_border : LineStyle | Nil #

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


[View source]
def snapport_border : LineStyle | Nil #

The style of the snapport border (default: transparent)


[View source]