Skip to content

Home > @theweave/api > AssetServices > assetStore

AssetServices.assetStore property

Returns a Svelte readable store that can be subscribed to in order to get updated about the latest information about this asset (tags and other related assets)

Signature:

typescript
assetStore: (wal: WAL) => AssetStore;