Skip to content

StrokeStyleInput

Input to create a StrokeStyle

graphql
input StrokeStyleInput {
  color: String
  dash: [Float!]
}

Fields

StrokeStyleInput.color ● String scalar

The color of the stroke

StrokeStyleInput.dash ● [Float!] list scalar

The dash pattern of the stroke

Member Of

CreateComponentTemplateInput input ● CreateInterfaceSpecificationTemplateInput input ● CreateRelationTemplateInput input

Released under the MIT License.