Preparing search index...
The search index is not available
@umbraco-cms/backoffice
@umbraco-cms/backoffice
packages/core/content
UmbContentCollectionWorkspaceContext
Interface UmbContentCollectionWorkspaceContext<T>
interface
UmbContentCollectionWorkspaceContext
<
T
extends
UmbContentTypeModel
>
{
contentTypeHasCollection
:
Observable
<
boolean
>
;
structure
:
UmbContentTypeStructureManager
<
T
>
;
unique
:
Observable
<
undefined
|
UmbEntityUnique
>
;
workspaceAlias
:
string
;
destroy
()
:
void
;
getCollectionAlias
()
:
string
;
getEntityType
()
:
string
;
getUnique
()
:
undefined
|
UmbEntityUnique
;
}
Type Parameters
T
extends
UmbContentTypeModel
Hierarchy (
View Summary
)
UmbEntityWorkspaceContext
UmbContentCollectionWorkspaceContext
Implemented by
UmbDocumentWorkspaceContext
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
contentTypeHasCollection
:
Observable
<
boolean
>
structure
structure
:
UmbContentTypeStructureManager
<
T
>
unique
unique
:
Observable
<
undefined
|
UmbEntityUnique
>
Readonly
workspace
Alias
workspaceAlias
:
string
Methods
destroy
destroy
()
:
void
Returns
void
get
Collection
Alias
getCollectionAlias
()
:
string
Returns
string
get
Entity
Type
getEntityType
()
:
string
Returns
string
get
Unique
getUnique
()
:
undefined
|
UmbEntityUnique
Returns
undefined
|
UmbEntityUnique
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...