Returns the icon id given a file extension from https://cdn.jsdelivr.net/npm/@laserfiche/lf-resource-library@2.0.0/resources/icons/document-icons.svg.
getDocumentIconIdFromExtension('html'); // 'edoc-code-20'
icon id
Returns the url to an svg icon from https://cdn.jsdelivr.net/npm/@laserfiche/lf-resource-library@2.0.0/resources/icons/document-icons.svg.
getDocumentIconUrlFromIconId('edoc-code-20'); // 'https://cdn.jsdelivr.net/npm/@laserfiche/lf-resource-library@2.0.0/resources/icons/document-icons.svg#edoc-code-20'
e.g. edoc-code-20
the url
Generated using TypeDoc
Returns the icon id given a file extension from https://cdn.jsdelivr.net/npm/@laserfiche/lf-resource-library@2.0.0/resources/icons/document-icons.svg.