Edit Container
Purpose
Adds or edits the wrapping behaviour of the container.
Example
edit-container --elementName my-container-element --flexFlow row --flexCross start --flexMain start --flexTrack start
Command Syntax
| Parameter | Format | Requirement | Usage |
|---|---|---|---|
--elementName | String | Mandatory | Name of the container to be edited. |
--flexFlow | String | Mandatory | Defines the direction and wrapping behavior. Possible values are:CLI Tool naming (JSON naming)
|
--flexMain | String | Mandatory | Defines how items are placed on the main axis. Possible values are:CLI Tool naming (JSON naming)
|
--flexCross | String | Mandatory | Defines how items are placed perpendicular to the main axis. Possible values are:CLI Tool naming (JSON naming)
|
--flexTrack | String | Mandatory | Defines how multiple rows or columns are aligned. Possible values are:CLI Tool naming (JSON naming)
|