im-link-jssdk - v1.1.8
    Preparing search index...

    Interface IMNavigateParams

    导航消息参数

    interface IMNavigateParams {
        actionType: string;
        params?: { route?: string; [key: string]: any } | { channelId: string };
    }
    Index

    Properties

    Properties

    actionType: string

    导航类型

    • home: 跳转首页
    • channel: 跳转超级群
    • trad: 跳转交易
    • inner: 内部链接
    • external: 外部链接
    • invite: 邀请页面
    • share: 拉起系统分享
    • shortVideoSearch: 跳转短视频搜索
    params?: { route?: string; [key: string]: any } | { channelId: string }

    Type Declaration

    • { route?: string; [key: string]: any }
      • [key: string]: any
      • Optionalroute?: string

        如果是内/外部链接,则需要传入路由

    • { channelId: string }
      • channelId: string

        CHANNEL 需要超级群ID