div-stretch-indicator-item-placement

Element size adjusts to a parent element.

JSON

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

Parameters

ParametersDescription
item_spacing

object

Spacing between indicator centers.

The value has the type div-fixed-size.

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

max_visible_items

int

Maximum number of visible indicators.

Restriction for the value x: x > 0.

Default value: 10.

type

string

Required parameter.

The value must always be stretch.

ParametersDescription
item_spacing

object

Spacing between indicator centers.

The value has the type div-fixed-size.

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

max_visible_items

int

Maximum number of visible indicators.

Restriction for the value x: x > 0.

Default value: 10.

type

string

Required parameter.

The value must always be stretch.