struct Protocol::Overlay::FlexContainerHighlightConfig

Overview

Configuration data for the highlighting of Flex container elements.

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 column_gap_space : BoxStyle | Nil #

Style of empty space caused by columns gaps (gap/column-gap).


[View source]
def container_border : LineStyle | Nil #

The style of the container border


[View source]
def cross_alignment : LineStyle | Nil #

Style of the self-alignment line (align-items).


[View source]
def cross_distributed_space : BoxStyle | Nil #

Style of content-distribution space on the cross axis (align-content).


[View source]
def item_separator : LineStyle | Nil #

The style of the separator between items


[View source]
def line_separator : LineStyle | Nil #

The style of the separator between lines


[View source]
def main_distributed_space : BoxStyle | Nil #

Style of content-distribution space on the main axis (justify-content).


[View source]
def row_gap_space : BoxStyle | Nil #

Style of empty space caused by row gaps (gap/row-gap).


[View source]