最近搜索


没有最近搜索

Is there any way to get url path or inside nav_bar app



已于 2022年2月04日 发布

My nav_bar app is available by the url like this: https://{subdomain}.zendesk.com/agent/apps/event-example-app/subdir

Is there a chance to get path ("subdir" in the example) inside the app code.

I'm aware about the app.route.changed event, but it works only if path changed after the app is loaded and doesn't work if I open the url first time.

The usecase is as follows. I need to open the url from an external system (email for example) and be able to get the path in my code.

Please advice.


0

1

1 条评论

image avatar

Sebastiaan (Sparkly ⭐)

Community Moderator

Hey Michael,

Had to dig into some code, I've been running into this one as well.

For the initial app route when the app is loaded use client.context(). It's not explicitly documented, but I guess they are referring to it.

0


请先登录再写评论。

找不到所需的内容?

新建帖子