INPUT_OBJECT

LayoutBuilderStyleInput

Input for style configuration

link GraphQL Schema definition

  • input LayoutBuilderStyleInput {
  • # Background color (hex, rgb, or named color)
  • backgroundColor: String
  • # Opacity value (0.0 to 1.0)
  • opacity: Float
  • }