Studio Developer Manual / Version 2207
Table Of ContentsIn some cases the thumbnail that should be rendered for a linked content should point to an external system. For example, when you have a document type that represents an asset of another system, you can use the asset preview URL (if provided) to render the thumbnail with a custom thumbnail resolver.
A custom ThumbnailResolver
instance can be registered to the
editorContext
:
editorContext._.registerThumbnailResolver(new MyCustomResolver());