6 answers
And for those using navigation in aura, backgroundContext solves the old problem of a blank background when overiding a 'New' action.
var pageReference = {
"type": "standard__objectPage",
"attributes": {
objectApiName: "Event",
actionName: "new",
additionalParams: ""
},
"state": {
navigationLocation: "LIST_VIEW",
backgroundContext: "/lightning/o/Event/home",
count: "1",
nooverride: '1',
defaultFieldValues: encodedValues,
recordTypeId: eventRecordTypeId
}
};