Mission ControlMission_Control
DISCONNECTED
Widget_Showcase

File Download

file_download

Tool name: file_download

Sandbox

report-2026.pdf

pdf2 MB

Prop Configuration

Widget Props
{
  "widgetId": "demo-file-download",
  "widgetType": "file_download",
  "filename": "report-2026.pdf",
  "size": 2048576,
  "url": "#",
  "data": {
    "fileName": "report-2026.pdf",
    "fileSize": 2048576,
    "url": "#"
  }
}

Widget Metadata

File Download

Renders a downloadable file with name, size, and type information.

Properties
Name Type Required Description
filenamestring yes Name of the file to display and download.
sizenumber yes File size in bytes (auto-formatted to KB/MB/GB).
urlstringDownload URL for the file.