videosphere
Preparing search index...
lib/repositories/drafts
getDraftDashboardSummaryByUser
Function getDraftDashboardSummaryByUser
getDraftDashboardSummaryByUser
(
userId
:
string
,
options
?:
{
previewLimit
?:
number
;
pageSize
?:
number
;
maxRowsScanned
?:
number
;
}
,
)
:
Promise
<
DraftDashboardSummary
>
Summarize drafts for the dashboard without materializing the user's full draft history.
Parameters
userId
:
string
Optional
options
:
{
previewLimit
?:
number
;
pageSize
?:
number
;
maxRowsScanned
?:
number
}
Returns
Promise
<
DraftDashboardSummary
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
videosphere
Loading...
Summarize drafts for the dashboard without materializing the user's full draft history.