web / UseCustomAssetsReturn
Interface: UseCustomAssetsReturn() ​
Defined in: apps/web/app/composables/useCustomAssets/types.ts:17
UseCustomAssetsReturn(
assetKey?):object
Defined in: apps/web/app/composables/useCustomAssets/types.ts:18
Parameters ​
assetKey? ​
string
Returns ​
object
addOrUpdate ​
addOrUpdate:
AddOrUpdate
assetsIsDirty ​
assetsIsDirty:
ComputedRef<boolean>
currentAsset ​
currentAsset:
Readonly<Ref<UseCustomAssetsState["currentAsset"]>>
data ​
data:
Readonly<Ref<UseCustomAssetsState["data"]>>
deleteAsset ​
deleteAsset:
DeleteAsset
getAssetsOfType ​
getAssetsOfType:
GetAssetsOfType
initialData ​
initialData:
Readonly<Ref<UseCustomAssetsState["initialData"]>>
loading ​
loading:
Readonly<Ref<UseCustomAssetsState["loading"]>>
saveCustomAssets ​
saveCustomAssets:
SaveCustomAssets
selectAsset ​
selectAsset:
SelectAsset
setInitialData ​
setInitialData:
SetAssetsInitialData