Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 771 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 771 Bytes

@albanian-xrm/apm-types NPM Downloads

Microsoft.Apm (App profile manager) types from the community (us).

The app profile manager JavaScript API Reference includes methods and properties to manage tabs and sessions in Customer Service workspace.

Read more about App profile manager JavaScript API on the Microsoft Docs here.

To use the types install @albanian-xrm/apm-types and add the following to your tsconfig.json:

"compilerOptions": {
        "types": [
            "@albanian-xrm/apm-types/index.d.ts"
        ]
    }

You will get the Intellisense in your IDE with the global Microsoft.Apm types.