Constructor
new GridRow(spacing)
Parameters:
| Name | Type | Description |
|---|---|---|
spacing |
string | number | spacing between GridItem |
Methods
add(item) → {GridRow}
Adds GridItem.
Parameters:
| Name | Type | Description |
|---|---|---|
item |
GridItem |
Returns:
this
- Type
- GridRow
remove(item) → {GridRow}
Removes GridItem.
Parameters:
| Name | Type | Description |
|---|---|---|
item |
GridItem |
Returns:
this
- Type
- GridRow