Table of Contents

Class FlexItemHighlightConfig

Namespace
Selenium.WebDriver.BiDi.Cdp.Overlay
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Configuration data for the highlighting of Flex item elements.

public sealed record FlexItemHighlightConfig : IEquatable<FlexItemHighlightConfig>
Inheritance
FlexItemHighlightConfig
Implements
Inherited Members

Constructors

FlexItemHighlightConfig()

Configuration data for the highlighting of Flex item elements.

public FlexItemHighlightConfig()

Properties

BaseSizeBorder

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

public LineStyle? BaseSizeBorder { get; init; }

Property Value

LineStyle

BaseSizeBox

Style of the box representing the item's base size

public BoxStyle? BaseSizeBox { get; init; }

Property Value

BoxStyle

FlexibilityArrow

Style of the arrow representing if the item grew or shrank

public LineStyle? FlexibilityArrow { get; init; }

Property Value

LineStyle