chore: translated comments in MkPagination
This commit is contained in:
parent
356fba3dd5
commit
002e2e1a16
|
@ -45,13 +45,13 @@ export type Paging<E extends keyof misskey.Endpoints = keyof misskey.Endpoints>
|
||||||
params?: misskey.Endpoints[E]['req'] | ComputedRef<misskey.Endpoints[E]['req']>;
|
params?: misskey.Endpoints[E]['req'] | ComputedRef<misskey.Endpoints[E]['req']>;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 検索APIのような、ページング不可なエンドポイントを利用する場合
|
* When using non-pageable endpoints, such as the search API
|
||||||
* (そのようなAPIをこの関数で使うのは若干矛盾してるけど)
|
* (though it is somewhat inconsistent to use such an API with this function)
|
||||||
*/
|
*/
|
||||||
noPaging?: boolean;
|
noPaging?: boolean;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* items 配列の中身を逆順にする(新しい方が最後)
|
* array items in reverse order (newest first)
|
||||||
*/
|
*/
|
||||||
reversed?: boolean;
|
reversed?: boolean;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue