IDocumentItem
@spartanfx/react / index / IDocumentItem
Interface: IDocumentItem
Represents a document or folder in the system.
Properties
Required
Options
| Property | Type | Description |
|---|---|---|
extension? | string | File extension (without dot) |
metadata? | Record<string, any> | Extensible metadata |
mimeType? | string | MIME type |
modifiedBy? | IUserInfo | User who last modified |
parentId? | string | Parent folder ID |
size? | number | File size in bytes (undefined for folders) |
thumbnailUrl? | string | Preview thumbnail URL |
url? | string | Direct link to file |