Reference View
export interface UmbCollectionItemModel {
unique: string;
entityType: string;
name?: string;
icon?: string;
}Manifest
{
"type": "collectionView",
"kind": "ref",
"alias": "My.CollectionView.Ref",
"name": "My Ref Collection View",
"conditions": [
{
"alias": "Umb.Condition.CollectionAlias",
"match": "My.Collection" // Collection alias to display this collection view for
}
]
}Custom Reference Collection Item
Manifest
Implementation
Last updated
Was this helpful?