Interface UseAssetsReturn

Represents the return type of the useAssets hook.

Hierarchy

  • UseAssetsReturn

Properties

assets: AssetExtendedType[]

An array of extended asset objects.

currentPage: number

The current page number of the fetched assets.

Function to fetch more assets, typically for pagination.

fetched: boolean

Boolean indicating whether the assets have been successfully fetched.

hasMore: boolean

Boolean indicating whether there are more assets available to fetch.

Function to refresh or re-fetch the assets.

Generated using TypeDoc