Skip to content

FillStyleInput

Input to create a FillStyle

graphql
input FillStyleInput {
  color: String!
}

Fields

FillStyleInput.color ● String! non-null scalar

The color of the fill

Member Of

CreateComponentTemplateInput input ● CreateInterfaceSpecificationTemplateInput input

Released under the MIT License.