display-file
Platform compatibility
Compatible with all platforms.
The
display-file
component was visually updated in version 4.80.0 of JourneyApps Runtime.The
display-file
component displays a file that was previously captured.main.view.xml
<var name="usage_report" type="attachment" />
<display-file label="Usage Report" bind="usage_report" />

Version compatibility
label-case
was introduced in version 4.80.0 of the JourneyApps Runtime.The following component methods are available when an
id
is assigned to the component and component.displayFile({id:'my-id'})
is called from JS/TS:Last modified 9mo ago