div-page-content-size

The page size is equal to the size of its content.

Parameters

Parameters Description
type

string

Required parameter.

The value must always be wrap_content.

Functionality is under development.

alignment

string

Alignment of pager pages along the scroll axis. For edge alignment, the margin from the edge of the parent equals the value of the corresponding padding.

Possible values: start, center, end.

Default value: center.

Functionality is under development.

JSON
{
  type*: "wrap_content",
  alignment: "string"
}