@ccw-api/api
Preparing search index...
community-web/notification/page
getNotificationPage
Function getNotificationPage
getNotificationPage
<
T
extends
string
>
(
notifyGroup
?:
NotificationGroup
,
pageArgs_
?:
Partial
<
PageArgs
<
"createdAt"
|
T
>
>
,
)
:
Promise
<
Res
>
分页获取通知列表
Type Parameters
T
extends
string
Parameters
notifyGroup
:
NotificationGroup
= "COMMENT_TO_ME"
通知分组
pageArgs_
:
Partial
<
PageArgs
<
"createdAt"
|
T
>
>
= ...
分页参数
Returns
Promise
<
Res
>
分页通知数据
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@ccw-api/api
Loading...
分页获取通知列表