---
layout: default-layout
needAutoGenerateSidebar: true
needGenerateH3Content: true
noTitleIndex: true
title: Dynamsoft Document Viewer API Reference - Interface UpdatedSource
keywords: Documentation, Dynamsoft Document Viewer, API Reference, Interface UpdatedSource
breadcrumbText: Interface UpdatedSource
description: Dynamsoft Document Viewer Documentation API Reference Interface UpdatedSource Page
---

# UpdatedSource

## Syntax

```typescript
interface UpdatedSource {
    fileData: Blob;
    fileIndex?: number;
}
```
