<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/storage](./storage.md) &gt; [ListOptions](./storage.listoptions.md) &gt; [pageToken](./storage.listoptions.pagetoken.md)

## ListOptions.pageToken property

The `nextPageToken` from a previous call to `list()`<!-- -->. If provided, listing is resumed from the previous position.

<b>Signature:</b>

```typescript
pageToken?: string | null;
```
