Skip to main content

Variable: M2ImageStatus

const M2ImageStatus: object

Type declaration

Deferred

readonly Deferred: "Deferred" = "Deferred"

Image was set for lazy loading, and loading has not yet been requested.

Error

readonly Error: "Error" = "Error"

Error occurred in loading.

Loading

readonly Loading: "Loading" = "Loading"

Image is in the process of loading (fetching, rendering, and conversion to CanvasKit Image).

Ready

readonly Ready: "Ready" = "Ready"

Image has fully finished loading and is ready to use.

Source

M2Image.ts:31