im-link-jssdk - v1.1.8
Preparing search index...
IMNavigateParams
Interface IMNavigateParams
导航消息参数
interface
IMNavigateParams
{
actionType
:
string
;
params
?:
{
route
?:
string
;
[
key
:
string
]:
any
}
|
{
channelId
:
string
}
;
}
Index
Properties
action
Type
params?
Properties
action
Type
actionType
:
string
导航类型
Remarks
home: 跳转首页
channel: 跳转超级群
trad: 跳转交易
inner: 内部链接
external: 外部链接
invite: 邀请页面
share: 拉起系统分享
shortVideoSearch: 跳转短视频搜索
Optional
params
params
?:
{
route
?:
string
;
[
key
:
string
]:
any
}
|
{
channelId
:
string
}
Type Declaration
{
route
?:
string
;
[
key
:
string
]:
any
}
[
key
:
string
]:
any
Optional
route
?:
string
如果是内/外部链接,则需要传入路由
{
channelId
:
string
}
channelId
:
string
CHANNEL 需要超级群ID
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
Type
params
im-link-jssdk - v1.1.8
Loading...
导航消息参数