Interface IImageUtilsOptions

Options for building an <img> tag.

Index

Properties

Optional alt

alt: string

The alternative text for the image (alt attribute).

Optional height

height: string

The height of the image

Optional srcTemplate

srcTemplate: string

The template to use for the image source

Optional width

width: string

The width of the image

Hierarchy

  • IImageUtilsOptions