Checks whether the Object Page is currently in edit mode.
Page to evaluate on.
true if in edit mode, false otherwise.
true
false
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.