Options
All
  • Public
  • Public/Protected
  • All
Menu

The options for the renderImage function.

Hierarchy

  • IRenderOptions

Index

Properties

Optional height

height: number

The optional height for the image.

host

host: HTMLElement

The image node to update with the content.

mimeType

mimeType: string

The mime type for the image.

Optional needsBackground

needsBackground: string

Whether an image requires a background for legibility.

source

source: string

The base64 encoded source for the image.

Optional unconfined

unconfined: boolean

Whether the image should be unconfined.

Optional width

width: number

The optional width for the image.

Generated using TypeDoc