Skip to content
Gropius
Search
K
Main Navigation
Guide
Kotlin API
GraphQL
Login service
GitHub
Menu
Return to top
core
/
gropius.dto.input.template.style
/
StrokeStyleInput
StrokeStyleInput
class
StrokeStyleInput
(
val
color
:
OptionalInput
<
String
>
,
val
dash
:
OptionalInput
<
List
<
Double
>
>
)
:
Input
Input to create a StrokeStyle
Members
Constructors
Stroke
Style
Input
Link copied to clipboard
constructor
(
color
:
OptionalInput
<
String
>
,
dash
:
OptionalInput
<
List
<
Double
>
>
)
Properties
color
Link copied to clipboard
val
color
:
OptionalInput
<
String
>
dash
Link copied to clipboard
val
dash
:
OptionalInput
<
List
<
Double
>
>
Functions
validate
Link copied to clipboard
open
fun
validate
(
)
Validates this input