div-stretch-indicator-item-placement
Element size adjusts to a parent element.
Parameters
Parameters | Description |
---|---|
type |
string Required parameter. The value must always be Available platforms: Android, iOS, web. |
item_spacing |
object Spacing between indicator centers. The value has the type Default value: Available platforms: Android, iOS, web. |
max_visible_items |
int Maximum number of visible indicators. Restriction for the value Default value: Available platforms: Android, iOS, web. |
JSON
{
type*: "stretch",
item_spacing: {
type*: "fixed",
unit: "string",
value*: "int"
},
max_visible_items: "int"
}