class StrokeStyleInput(val color: OptionalInput<String>, val dash: OptionalInput<List<Double>>) : Input

Input to create a StrokeStyle

Constructors

Link copied to clipboard
constructor(color: OptionalInput<String>, dash: OptionalInput<List<Double>>)

Properties

Link copied to clipboard
val color: OptionalInput<String>
Link copied to clipboard
val dash: OptionalInput<List<Double>>

Functions

Link copied to clipboard
open fun validate()

Validates this input