struct Protocol::Overlay::FlexItemHighlightConfig

Overview

Configuration data for the highlighting of Flex item 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 base_size_border : LineStyle | Nil #

Style of the border around the box representing the item's base size


[View source]
def base_size_box : BoxStyle | Nil #

Style of the box representing the item's base size


[View source]
def flexibility_arrow : LineStyle | Nil #

Style of the arrow representing if the item grew or shrank


[View source]