---
url: /api/renderers/tinymce/src/interfaces/PageLayoutImagePlaceholder.md
---
[pantoken-root](../../../../index.md) / [renderers/tinymce/src](../index.md) / PageLayoutImagePlaceholder

# Interface: PageLayoutImagePlaceholder

A provider-neutral image slot declared by a starter page layout.

## Properties

### key

> **key**: `string`

Stable key matching the `data-pantoken-image-placeholder` HTML marker.

***

### width

> **width**: `number`

Suggested intrinsic width in pixels.

***

### height

> **height**: `number`

Suggested intrinsic height in pixels.

***

### altText?

> `optional` **altText?**: `string`

Accessible name; omit it for a decorative image.

***

### text?

> `optional` **text?**: `string`

Optional text a consumer may render into its placeholder asset.
