On September 25th, 2024, we released v2 of the Apps SDK. To learn what’s new and how to upgrade, see Migration FAQ and Migration guide.

AbsolutePage

API reference for the AbsolutePage type.

A page with either fixed or unbounded dimensions.

Properties

typestringRead-onlyRequired

The type of page.

lockedbooleanRead-onlyRequired

If true, the page is locked and cannot be modified.

dimensionsDimensions | undefinedRead-onlyRequired

The dimensions of the page. dimensions is undefined for whiteboard pages.

widthnumberRead-onlyRequired

A width, in pixels.

heightnumberRead-onlyRequired

A height, in pixels.

backgroundFill | undefinedRead-onlyRequired

The background of the page. background is undefined for whiteboard pages.

For more information, see Fill.

elementsElementListRead-onlyRequired

The elements on the page.

For more information, see ElementList.