1.1.1 • Published 2 years ago

@dynatrace-sdk/user-preferences v1.1.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years ago

User preferences

A Dynatrace AppEngine SDK library allowing to obtain the currently logged-in user preferences, i.e. the theme, language, and regional format of date-time, currency, and numeric values.

npm install @dynatrace-sdk/user-preferences

Example usage

import { getTheme } from "@dynatrace-sdk/user-preferences";

const theme = getTheme(); // 'auto' | 'dark' | 'light'

API reference

See the package reference in the Dynatrace Developer.

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.2.7

2 years ago

0.2.5

2 years ago