How do I get links for Sales custom objects open in a new tab?

In Oracle Sales in the Redwood User Experience, you must pass the drill-down event property openInNewTab with a value of true. This property setting opens a new tab instead of the same tab.

Here's some sample code:


"interface": {
"events": {
"drillDownPropagation": {
"payloadType": {
"drillDownPayload": {
"id": "string",
"totalRecords": "number",
"columnName": "string",
"puid": "string",
"openInNewTab": "boolean",
"records": "object[]",
"queryName": "string",
"smartActionId": "string",
"resourceName": "string",
"rowIndex": "number",
"subType": "string"
}
}