Skip to content

Home > @theweave/api > AssetServices > userSelectAsset

AssetServices.userSelectAsset property

Prompts the user with the search bar and Moss pocket to select an Asset. Returns the associated WAL as soon as the user has selected an asset or undefined if the user cancels the selection process.

Signature:

typescript
userSelectAsset: () => Promise<WAL | undefined>;