chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.overlay / LineStyle

LineStyle

data class LineStyle

Style information for drawing a line.

Official doc

Constructors

<init>

Style information for drawing a line.

LineStyle(color: RGBA? = null, pattern: String? = null)

Properties

color

The color of the line (default: transparent)

val color: RGBA?

pattern

The line pattern (default: solid)

val pattern: String?