{{ collectionView.name }}
{
addRequest()
hide()
}
"
/>
{
addChildCollection()
hide()
}
"
/>
{
editCollection()
hide()
}
"
/>
{
emit('export-data'), hide()
}
"
/>
{
removeCollection()
hide()
}
"
/>
{
emit(
'edit-collection-properties',
collectionView.collectionID
)
hide()
}
"
/>