Home > @tridion-sites/extensions > PageEditorHookResult
Signature:
export interface PageEditorHookResult
| Property | Modifiers | Type | Description |
|---|---|---|---|
| hasUnsavedRelatives | boolean | Boolean that indicates whether any components in the page have unsaved changes. | |
| isChanged | boolean | Boolean that indicates that Page has unsaved changes. | |
| isEditing | boolean | Boolean that indicates that Page can be edited. | |
| metadataSchema | Schema | undefined | Page’s metadata schema. | |
| page | Page | Editable Page. | |
| pageTemplate | PageTemplate | undefined | Template that is used to publish Page with. |