This package supports navigation between Dynatrace apps. It allows you to open other apps while passing an optional context object (the Intent) and retrieve the Intent on the receiving app's end. The library also provides the ability to generate app links that can be used later, as well as control the navigation process.
npm install @dynatrace-sdk/navigation
import { sendIntent } from "@dynatrace-sdk/navigation";
sendIntent({
'dt.query': 'fetch logs'
});
See the package reference in the Dynatrace Developer.