API Reference > ui-components > Common > ImageSourceType ImageSourceType Type alias Type of loaded image source: "svg" will render svg strings inline with the rest of the DOM "url" will render a simple img tag with url as it's source "binary" expects a HEX string for the value and will render raw image "core-icon" will render an icon bundled with @bentley/ui-core ImageSourceType = "svg" = undefined | "url" = undefined | "binary" = undefined | "core-icon" = undefined Defined in ui/components/src/ui-components/common/IImageLoader.ts Line 17 Last Updated: 13 June, 2024