div-default-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. |
space_between_centers |
object Spacing between indicator centers. The value has the type Default value: Available platforms: Android, iOS, web. |
JSON
{
type*: "default",
space_between_centers: {
type*: "fixed",
unit: "string",
value*: "int"
}
}