Mention paginator.current_index is 1-indexed

Closes #835
This commit is contained in:
Vincent Prouillet 2021-07-19 20:56:22 +02:00
parent baba690702
commit fa00914db6

View file

@ -26,7 +26,7 @@ previous: String?;
next: String?;
// All pages for the current pager
pages: Array<Page>;
// Which pager are we on
// Which pager are we on, 1-indexed
current_index: Number;
// Total number of pages across all the pagers
total_pages: Number;