
This PR moves the docs site to the private repo while keeping the docs content on the public repo. ### Change Type - [x] `documentation`
52 lines
576 B
Text
52 lines
576 B
Text
---
|
|
title: getFileMetaData
|
|
status: published
|
|
category: editor
|
|
group: Function
|
|
author: api
|
|
date: 06/23/2023
|
|
order: 41
|
|
---<Small>Public Function</Small>
|
|
|
|
Get some metadata about the file
|
|
|
|
|
|
##### Parameters
|
|
|
|
|
|
<ParametersTable>
|
|
|
|
<ParametersTableRow>
|
|
<ParametersTableName>
|
|
|
|
`file`
|
|
|
|
</ParametersTableName>
|
|
<ParametersTableDescription>
|
|
|
|
```ts
|
|
File
|
|
```
|
|
|
|
The file.
|
|
|
|
|
|
|
|
|
|
</ParametersTableDescription>
|
|
</ParametersTableRow>
|
|
</ParametersTable>
|
|
|
|
##### Returns
|
|
|
|
|
|
```ts
|
|
Promise<{
|
|
isAnimated: boolean
|
|
}>
|
|
```
|
|
|
|
##### References
|
|
|
|
[File](/gen/File-interface), [Promise](/gen/Promise-interface)
|
|
|