@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
19 lines • 714 B
JavaScript
import { ListFormatProperties } from "../../../../components/list-format/ListFormatDocs.js";
import { UploadFieldEvents } from "../../Field/Upload/UploadDocs.js";
export const UploadValueProperties = {
download: {
doc: 'Causes the browser to treat all listed files as downloadable instead of opening them in a new browser tab or window. Defaults to `false`.',
type: 'boolean',
status: 'optional'
},
displaySize: {
doc: 'Can be used to display the file size of the file. Defaults to `false`.',
type: 'boolean',
status: 'optional'
},
...ListFormatProperties
};
export const UploadValueEvents = {
onFileClick: UploadFieldEvents.onFileClick
};
//# sourceMappingURL=UploadDocs.js.map