Retrieves an icon to represent a MIME type.

Basic Usage

<div>
    <img src='{{ "image/jpeg" | adfMimeTypeIcon }}' />
</div>

Details

The pipe takes a MIME type as input and returns the URL of an SVG file that symbolizes that type (see the Thumbnail service for the mapping between types and icons). The pipe will return a "miscellaneous" icon when no specific mapping is defined.

See also

© 2023 Alfresco Software, Inc. All Rights Reserved.