div-match-parent-size
Element size adjusts to a parent element.
Parameters
| Parameters | Description |
|---|---|
type |
string Required parameter. The value must always be |
max_size |
object Maximum size of an element. The value has the type Functionality is under development. |
min_size |
object Minimum size of an element. The value has the type Functionality is under development. |
weight |
number Weight when distributing free space between elements with the size type Restriction for the value |
JSON
{
type*: "match_parent",
max_size: {
unit: "string",
value*: "int"
},
min_size: {
unit: "string",
value*: "int"
},
weight: "number"
}
Was the article helpful?
Previous