quodolores
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 443 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/storage](./storage.md) > [ListResult](./storage.listresult.md) > [nextPageToken](./storage.listresult.nextpagetoken.md)
## ListResult.nextPageToken property
If set, there might be more results for this list. Use this token to resume the list.
<b>Signature:</b>
```typescript
nextPageToken?: string;
```