1.0.2 • Published 4 months ago

@dynatrace-sdk/navigation v1.0.2

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
4 months ago

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.

Dynatrace Developer's Guides

1.0.2

4 months ago

1.0.1

9 months ago

1.0.0

1 year ago

0.2.7

1 year ago

0.2.5

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago