@umbraco-cms/backoffice
Preparing search index...
packages/core/collection
UmbCollectionConfiguration
Interface UmbCollectionConfiguration
interface
UmbCollectionConfiguration
{
allowedEntityBulkActions
?:
UmbCollectionBulkActionPermissions
;
dataTypeId
?:
string
;
layouts
?:
UmbCollectionLayoutConfiguration
[]
;
noItemsLabel
?:
string
;
orderBy
?:
string
;
orderDirection
?:
string
;
pageSize
?:
number
;
unique
?:
string
;
userDefinedProperties
?:
UmbCollectionColumnConfiguration
[]
;
}
Index
Properties
allowed
Entity
Bulk
Actions?
data
Type
Id?
layouts?
no
Items
Label?
order
By?
order
Direction?
page
Size?
unique?
user
Defined
Properties?
Properties
Optional
allowed
Entity
Bulk
Actions
allowedEntityBulkActions
?:
UmbCollectionBulkActionPermissions
Deprecated
No longer used internally. This will be removed in Umbraco 17. [LK]
Optional
data
Type
Id
dataTypeId
?:
string
Optional
layouts
layouts
?:
UmbCollectionLayoutConfiguration
[]
Optional
no
Items
Label
noItemsLabel
?:
string
Optional
order
By
orderBy
?:
string
Optional
order
Direction
orderDirection
?:
string
Optional
page
Size
pageSize
?:
number
Optional
unique
unique
?:
string
Optional
user
Defined
Properties
userDefinedProperties
?:
UmbCollectionColumnConfiguration
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allowed
Entity
Bulk
Actions
data
Type
Id
layouts
no
Items
Label
order
By
order
Direction
page
Size
unique
user
Defined
Properties
@umbraco-cms/backoffice
Loading...
Deprecated
No longer used internally. This will be removed in Umbraco 17. [LK]