IDataFormFileValue
@spartanfx/react / index / IDataFormFileValue
Interface: IDataFormFileValue
Properties
Required
| Property | Type | Description |
|---|---|---|
name | string | - |
Options
| Property | Type | Description |
|---|---|---|
id? | DataFormKey | - |
metadata? | Record<string, unknown> | - |
raw? | unknown | - |
size? | number | - |
type? | string | - |
url? | string | - |