InterfaceListPrimaryCommentOption

获取主要评论选项

interface ListPrimaryCommentOption {
    limit?: number;
    loadMoreKey?: Partial<ListPrimaryCommentMoreKey>;
    order?: "LIKES" | "TIME";
}

Hierarchy (view full)

Properties

limit?: number

最大记录数

10
loadMoreKey?: Partial<ListPrimaryCommentMoreKey>

上一页的 loadMoreKey

order?: "LIKES" | "TIME"

排序

LIKES