Variable: M2ImageStatus
constM2ImageStatus:object
Type declaration
Deferred
readonlyDeferred:"Deferred"="Deferred"
Image was set for lazy loading, and loading has not yet been requested.
Error
readonlyError:"Error"="Error"
Error occurred in loading.
Loading
readonlyLoading:"Loading"="Loading"
Image is in the process of loading (fetching, rendering, and conversion to CanvasKit Image).
Ready
readonlyReady:"Ready"="Ready"
Image has fully finished loading and is ready to use.
Defined in
m2c2kit/packages/core/src/M2Image.ts:31