tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > PageEditorHookResult

PageEditorHookResult interface

Signature:

export interface PageEditorHookResult

Properties

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.