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

Last Updated: 08 January, 2020