最近の検索
最近の検索はありません

Greg Fletcher
参加日2023年1月25日
·
前回のアクティビティ2023年5月03日
フォロー中
0
フォロワー
0
合計アクティビティ
3
投票
0
受信登録
2
アクティビティの概要
バッジ
記事
投稿
コミュニティへのコメント
記事へのコメント
アクティビティの概要
さんの最近のアクティビティ Greg Fletcher
Greg Fletcherさんが投稿を作成しました:
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
コメント