Skip to content

Commit

Permalink
changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
bolchowka committed Jun 29, 2024
1 parent 9c9cb09 commit fd157ea
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/few-fans-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@livechat/agent-app-sdk": minor
---

`navigate` and `setReportsFilters` methods in Fullscreen widgets
8 changes: 8 additions & 0 deletions packages/agent-app-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,14 @@ This widget currently does not support any events.

Displays a red badge on top of the Fullscreen app icon. Use this to notify Agents there’s something important inside the widget. Make sure Agents can dismiss the notification to avoid cluttered UI.

#### `navigate(pathname: string): Promise<void>`

Navigates LiveChat Agent App to given pathname.

#### `setReportsFilters(filters: any): Promise<void>`

Updates "Reports" section filters to given `filters` object.

## Settings widget (`ISettingsWidget`)

### Events
Expand Down

0 comments on commit fd157ea

Please sign in to comment.