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.
This version of the API is a preview. Preview APIs are unstable and may change without warning. You can't release public apps using this API until it's stable.

A page with either fixed or unbounded dimensions.

Properties

typestringRead-only
Required

The type of page.

lockedbooleanRead-only
Required

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

dimensionsDimensions | undefinedRead-only
Required

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

widthnumberRead-only
Required

A width, in pixels.

heightnumberRead-only
Required

A height, in pixels.

backgroundFill | undefinedRead-only
Required

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

For more information, see Fill.

elementsElementListRead-only
Required

The elements on the page.

For more information, see ElementList.