LineStylePattern

@Serializable(with = LineStylePatternSerializer::class)
sealed interface LineStylePattern

This enum doesn't have a proper description because it was generated from an inline declaration. Its name was inferred based on the place where it is used:

  • the property 'pattern' of the type 'LineStyle'

Official doc

Inheritors

Types

Link copied to clipboard
@Serializable(with = LineStylePatternSerializer::class)
data object dashed : LineStylePattern
Link copied to clipboard
@Serializable(with = LineStylePatternSerializer::class)
data object dotted : LineStylePattern
Link copied to clipboard

This extra enum entry represents values returned by Chrome that were not defined in the protocol (for instance new values that were added later).