@advjs/monorepo / core/src / useImages
Function: useImages()
useImages(
options
):object
Defined in: packages/core/src/composables/useImages.ts:9
useImage Array for loading
Parameters
options
MaybeRefOrGetter
<UseImageOptions
[]>
Returns
object
imagesQueue
imagesQueue:
Ref
<UseAsyncStateReturn
<undefined
|HTMLImageElement
,any
[],true
>[],UseAsyncStateReturn
<undefined
|HTMLImageElement
,any
[],true
>[]>
isLoading
isLoading:
ComputedRef
<boolean
>