---
title: append
framework: tvmljs
role: symbol
role_heading: Instance Method
path: tvmljs/slideshow/1657228-append
---

# append

Add additional images to a currently running slideshow.

## Declaration

```data
void append(
    in Object imageRequests
);
```

## Parameters

- `imageRequests`: An array of image request objects.

## Discussion

Discussion The imageRequests parameter contains an array of image request objects that can have the following formatting: An array of URLs. A dictionary with two key-value pairs, headers and urls. headers provides a dictionary of headers that is included with all image requests. urls contains an array of URLs.

## See Also

### Creating and Modifying a Slideshow

- [dismiss](tvmljs/slideshow/1657241-dismiss.md)
- [start](tvmljs/slideshow/1657265-start.md)
