Interface UseAssetReturn

UseAssetReturn Represents the return type of the useAsset hook.

Hierarchy

  • Partial<AssetType>
    • UseAssetReturn

Properties

asset: null | AssetType

The current asset, or null if no asset is selected.

createdAt?: string
data?: string

Function to delete the asset.

description?: string
fetched: boolean

Boolean indicating whether the asset has been successfully fetched.

id?: string
name?: string
projectId?: string

Function to push the asset.

Function to push the associated file.

Function to refresh or fetch the asset again.

schemaId?: string
setAsset: Dispatch<SetStateAction<null | AssetType>>

Function to update the asset state.

setFile: Dispatch<SetStateAction<null | File>>

Function to update the file state.

tags?: string[]
type?: string
url?: string

Generated using TypeDoc