div-page-size

Page width (%).

Parameters

Parameters Description
page_width

object

Required parameter.

Page width as a percentage of the parent element width.

The value has the type div-percentage-size.

Available platforms: Android, iOS, web.

type

string

Required parameter.

The value must always be percentage.

Available platforms: Android, iOS, web.

JSON
{
  type*: "percentage",
  page_width*: {
    type*: "percentage",
    value*: "number"
  }
}