Skip to content

Commit

Permalink
docs(Upload): adds exists to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
langz committed Dec 2, 2024
1 parent d2522fd commit b6baa64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ import { UploadEvents } from '@dnb/eufemia/src/components/upload/UploadDocs'

<PropertiesTable props={UploadEvents} />

Each `fileItem` will contain a `{ file, id }` (File Object and an unique ID) along with other information.
Each `fileItem` will contain a `{ file, id, exists }` (File Object, an unique ID and if the file exists or not) along with other information.

0 comments on commit b6baa64

Please sign in to comment.