最近搜索
没有最近搜索

Greg Fletcher
已加入2023年1月25日
·
最后活动2023年5月03日
关注
0
关注者
0
活动总数
3
投票
0
订阅
2
活动概览
标记
文章
帖子
社区评论
文章评论
活动概览
的最新活动 Greg Fletcher
Greg Fletcher 创建了一个帖子,
帖子 Developer - Zendesk Apps Framework (ZAF)
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?
已于 2023年5月03日 编辑 · Greg Fletcher
0
关注者
6
投票
5
评论