div-default-indicator-item-placement

Element size adjusts to a parent element.

Parameters

Parameters Description
type

string

Required parameter.

The value must always be default.

Available platforms: Android, iOS, web.

space_between_centers

object

Spacing between indicator centers.

The value has the type div-fixed-size.

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

Available platforms: Android, iOS, web.

JSON
{
  type*: "default",
  space_between_centers: {
    type*: "fixed",
    unit: "string",
    value*: "int"
  }
}