Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 815 Bytes

File metadata and controls

28 lines (20 loc) · 815 Bytes
title description author ms.author ms.date ms.topic
canClose property of a session (app profile manager) JavaScript API Reference | MicrosoftDocs
Learn about the canClose session property of app profile manager in Customer Service workspace.
gandhamm
mgandham
10/01/2021
reference

canClose (app profile manager session)

Boolean value indicating whether a session can be closed.

Note

If the canClose property is set to false, then the button to close a session from the session panel is hidden. Otherwise, the close button is visible when hovering over the session on the session panel.

Return value

None.

Example

const session = Microsoft.Apm.getFocusedSession();
session.canClose = false;

[!INCLUDEfooter-include]