Home > @theweave/api > AssetServices > userSelectAssetRelationTag
AssetServices.userSelectAssetRelationTag property
Prompts the user with a dialog to select an asset relation tag. Returns the associated tag as a string as soon as the user has selected a tag or undefined it the user cancels the selection process.
Signature:
typescript
userSelectAssetRelationTag: () => Promise<string | undefined>;