struct Protocol::Overlay::FlexContainerHighlightConfig
- Protocol::Overlay::FlexContainerHighlightConfig
- Struct
- Value
- Object
Overview
Configuration data for the highlighting of Flex container elements.
Included Modules
- JSON::Serializable
Defined in:
protocol/overlay.crConstructors
Instance Method Summary
-
#column_gap_space : BoxStyle | Nil
Style of empty space caused by columns gaps (gap/column-gap).
-
#container_border : LineStyle | Nil
The style of the container border
-
#cross_alignment : LineStyle | Nil
Style of the self-alignment line (align-items).
-
#cross_distributed_space : BoxStyle | Nil
Style of content-distribution space on the cross axis (align-content).
-
#item_separator : LineStyle | Nil
The style of the separator between items
-
#line_separator : LineStyle | Nil
The style of the separator between lines
-
#main_distributed_space : BoxStyle | Nil
Style of content-distribution space on the main axis (justify-content).
-
#row_gap_space : BoxStyle | Nil
Style of empty space caused by row gaps (gap/row-gap).
Constructor Detail
Instance Method Detail
Style of empty space caused by columns gaps (gap/column-gap).
Style of the self-alignment line (align-items).
Style of content-distribution space on the cross axis (align-content).
Style of content-distribution space on the main axis (justify-content).
Style of empty space caused by row gaps (gap/row-gap).