OBJECT

LayoutBuilderStyle

Style configuration for layout elements

link GraphQL Schema definition

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