Home > @theweave/api > AssetServices > getAllAssetRelationTags
AssetServices.getAllAssetRelationTags property
Get all asset relation tags that have been used so far in the group. Useful for example to display in a tag selection UI element.
Signature:
typescript
getAllAssetRelationTags: (crossGroup?: boolean) => Promise<string[]>;