@dynatrace-sdk/navigation
v1.3.0
Published
Navigate within the AppEngine and send Intents from one app to another.
Downloads
1,011
Readme
Navigation
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
Example usage
import { sendIntent } from "@dynatrace-sdk/navigation";
sendIntent({
'dt.query': 'fetch logs'
});
API reference
See the package reference in the Dynatrace Developer.