Vor Kurzem aufgerufene Suchen
Keine vor kurzem aufgerufene Suchen

Greg Fletcher
Beigetreten 25. Jan. 2023
·
Letzte Aktivität 03. Mai 2023
Folge ich
0
Follower
0
Gesamtaktivitäten
3
Stimmen
0
Abonnements
2
AKTIVITÄTSÜBERSICHT
BADGES
BEITRÄGE
POSTS
COMMUNITY-KOMMENTARE
BEITRAGSKOMMENTARE
AKTIVITÄTSÜBERSICHT
Neueste Aktivität von Greg Fletcher
Greg Fletcher hat einen Post erstellt
I would like to know when an App is expanded or collapsed. According to this documentation this feature is available for Support Apps. I have a Support App (ticket_sidebar) but I see no event changes when following the documentation.
Neither of these events fire.
```
client.on('app.collapsed', () => console.log('collapsed'))
client.on('app.expanded', () => console.log('expanded'))
```
I took a look at the `zaf_sdk.min.js.` in the browser dev tools and can only see 'app.activated' as a supported event. Does that mean that 'app.collapsed' and 'app.expanded' are no longer supported?
Bearbeitet 03. Mai 2023 · Greg Fletcher
0
Follower
6
Stimmen
5
Kommentare