Checks whether the Object Page is currently in edit mode.
Page to evaluate on.
true if in edit mode, false otherwise.
true
false
Determine the current edit/display state of the Object Page.
fe.objectPage.isInEditMode
Checks showFooter property and ui model /editable//editMode.
showFooter
ui
/editable
/editMode
const editing = await isInEditMode(page); Copy
const editing = await isInEditMode(page);
Checks whether the Object Page is currently in edit mode.