OBJECT

LayoutBuilderElementStyle

Style configuration specific to elements

link GraphQL Schema definition

  • type LayoutBuilderElementStyle {
  • # Text alignment (left, center, right, justify)
  • textAlign: String
  • # Flex direction for internal component layout (row, column)
  • flexDirection: String
  • }