I think this is correct? Please confirm:
Xrm.Navigation.navigateTo({
pageType: "custom",
name: worksheetName,
entityName: entityName,
recordId: recordId,
}, {
target: 2,
position: 2,
width: { value: 75, unit: "%" },
title: "Enter Results Worksheet",
}).then(() => {
console.log("success");
formContext.data.refresh();
}, (e) => console.log(e));