div-stretch-indicator-item-placement

Element size adjusts to a parent element.

Parameters

Parameters Description
type

string

Required parameter.

The value must always be stretch.

Available platforms: Android, iOS, web.

item_spacing

object

Spacing between indicator centers.

The value has the type div-fixed-size.

Default value: {"type": "fixed","value":5}.

Available platforms: Android, iOS, web.

max_visible_items

int

Maximum number of visible indicators.

Restriction for the value x: x > 0.

Default value: 10.

Available platforms: Android, iOS, web.

JSON
{
  type*: "stretch",
  item_spacing: {
    type*: "fixed",
    unit: "string",
    value*: "int"
  },
  max_visible_items: "int"
}