The API reference is a Work in Progress and will be continuously improved and extended. We'd love to hear your feedback in our documentation repository.
Home > @edtr-io/plugin > UploadStateReturnType
UploadStateReturnType interface
Signature:export interface UploadStateReturnType<T>
Properties
| Property | Type | Description |
|---|---|---|
| isPending | boolean | |
| value | FileState<T> |
Methods
| Method | Description |
|---|---|
| get() | |
| set(value) | |
| upload(file, handler) |