Skip to main content

Image

A component for rendering images.

note

To use this component, you need to first register the image with matching image_id using register image request.

Image

type Image = {
id?: string;
image_id: string;
}

Properties

  • id - Id of a component.
  • image_id - Id of an image. It identifies an image registered using a register image request.