Class: NVEFileIcon
Vue component for displaying a file icon based on its filename.
This component uses the filename, opened, and light props to determine the icon URL, and passes it to the NVEIconElement for rendering.
Example
js
<NVEFileIcon filename="example.vue" :opened="true" :light="false" size="2rem" />Properties
| Property | Modifier | Type |
|---|---|---|
filename | readonly | string |
light | readonly | boolean |
opened | readonly | boolean |
size | readonly | string | number |
title | readonly | string | null |