Collection
Link
Card
fun CollectionLinkCard(modifier: Modifier = Modifier, viewModel: CollectionScreenViewModel, collection: LinksCollection, showOwnerData: Boolean, link: RefyLink.RefyLinkImpl)
Custom card used to display the information of a link shared with the collection
Parameters
modifier
The modifier to apply to the component
view Model
The support viewmodel for the screen
collection
The collection to where the link is shared
show Owner Data
Whether show the data of the owner
link
The link to display