Preparing search index...
The search index is not available
@umbraco-cms/backoffice
@umbraco-cms/backoffice
packages/core/workspace
UmbCollectionWorkspaceContext
Interface UmbCollectionWorkspaceContext<T>
interface
UmbCollectionWorkspaceContext
<
T
>
{
contentTypeHasCollection
:
Observable
<
boolean
>
;
structure
:
UmbContentTypeStructureManager
<
T
>
;
unique
:
Observable
<
undefined
|
UmbWorkspaceUniqueType
>
;
workspaceAlias
:
string
;
destroy
(
)
:
void
;
getCollectionAlias
(
)
:
string
;
getEntityType
(
)
:
string
;
getUnique
(
)
:
undefined
|
UmbWorkspaceUniqueType
;
}
Type Parameters
T
extends
UmbContentTypeModel
Hierarchy (
view full
)
UmbEntityWorkspaceContext
UmbCollectionWorkspaceContext
Implemented by
UmbDocumentWorkspaceContext
UmbMediaWorkspaceContext
Index
Properties
content
Type
Has
Collection
structure
unique
workspace
Alias
Methods
destroy
get
Collection
Alias
get
Entity
Type
get
Unique
Properties
content
Type
Has
Collection
content
Type
Has
Collection
:
Observable
<
boolean
>
structure
structure
:
UmbContentTypeStructureManager
<
T
>
unique
unique
:
Observable
<
undefined
|
UmbWorkspaceUniqueType
>
Readonly
workspace
Alias
workspace
Alias
:
string
Methods
destroy
destroy
(
)
:
void
Returns
void
get
Collection
Alias
get
Collection
Alias
(
)
:
string
Returns
string
get
Entity
Type
get
Entity
Type
(
)
:
string
Returns
string
get
Unique
get
Unique
(
)
:
undefined
|
UmbWorkspaceUniqueType
Returns
undefined
|
UmbWorkspaceUniqueType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
Type
Has
Collection
structure
unique
workspace
Alias
Methods
destroy
get
Collection
Alias
get
Entity
Type
get
Unique
@umbraco-cms/backoffice
Loading...