Appearance
files.fileDownload.useModernApi
Uses the modern file download endpoint.
This is a compact property lookup. Use the contextual guide below for the complete feature model, configuration sequence, interactions, examples, and limitations.
- Context
- files panel
- Accepted value
boolean- Required
- No
- Default
false
User scenarios
- Select the deployed file API contract.
Related parameters
Contextual guide and evidence
- Contextual guide: Open the complete human guide
- Source:
apps/panel/src/features/panels/variants/files/components/File.client.vue, symboluseModernApi - Example coverage: Complete — The Files fixture explicitly enables the modern browser download option and documents its false default.
- Demo coverage: Partial — The Files tab enables useModernApi and exposes real metadata and byte endpoints, but native browser save behavior remains browser-capability-dependent. Open the runnable demo .