---
title: getFileMetaData
status: published
category: editor
group: Function
author: api
date: 06/23/2023
order: 41
---Public Function
Get some metadata about the file
##### Parameters
`file`
```ts
File
```
The file.
##### Returns
```ts
Promise<{
isAnimated: boolean
}>
```