INPUT_OBJECT
LayoutBuilderStyleInput
Input for style configuration
link GraphQL Schema definition
- input LayoutBuilderStyleInput {
- # Background color (hex, rgb, or named color)
- : String
- # Opacity value (0.0 to 1.0)
- : Float
- # CSS align-items value (flex-start, center, flex-end)
- : String
- # CSS justify-content value (flex-start, center, flex-end, space-between)
- : String
- # CSS flex-direction value (row, column)
- : String
- # CSS flex value (e.g. 1, auto, 0 0 33%)
- : String
- # CSS gap value
- : String
- # CSS column-gap value
- : String
- # CSS row-gap value
- : String
- # Margin (top, right, bottom, left)
- : LayoutBuilderSpacingInput
- # Padding (top, right, bottom, left)
- : LayoutBuilderSpacingInput
- # Width (value, min, max)
- : LayoutBuilderSizeInput
- # Height (value, min, max)
- : LayoutBuilderSizeInput
- # Border (style, color, width, radius)
- : LayoutBuilderBorderInput
- # CSS overflow (e.g. hidden)
- : String
- }