Skip to content

Commit 93de53b

Browse files
authored
Update api.md
1 parent 1466c3f commit 93de53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/javascript/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ window.lumapps.customize(({ components, constants }) => {
443443
| `fillSpace` | Boolean that determines whether the "content filling space" is enabled or not. | No | `boolean` | `false` |
444444
| `noShrink` | Boolean that determines whether the "content shrink" is disabled or not. | No | `boolean` | `false` |
445445
| `wrap` | Boolean that determines whether the "flex wrap" is enabled or not. | No | `boolean` | `false` |
446-
| `gapSize` | Boolean that determines whether the "flex wrap" is enabled or not. | No | `boolean` | `undefined` |
446+
| `gap` | Gap space between flexbox items. | No | "Size.big", "Size.tiny", "Size.regular", "Size.medium", "Size.huge" [Size](#size) | `undefined` |
447447
| `hAlign` | Flex horizontal alignment. | No | [Alignment](#alignment) | `undefined` |
448448
| `vAlign` | Flex vertical alignment. | No | [Alignment](#alignment) | `undefined` |
449449

0 commit comments

Comments
 (0)