Preparing search index...
The search index is not available
@umbraco-cms/backoffice
@umbraco-cms/backoffice
packages/core/workspace
UmbPropertyStructureWorkspaceContext
Interface UmbPropertyStructureWorkspaceContext<ContentTypeModel>
interface
UmbPropertyStructureWorkspaceContext
<
ContentTypeModel
>
{
structure
:
UmbContentTypeStructureManager
<
ContentTypeModel
>
;
unique
:
Observable
<
undefined
|
UmbWorkspaceUniqueType
>
;
workspaceAlias
:
string
;
destroy
(
)
:
void
;
getEntityType
(
)
:
string
;
getUnique
(
)
:
undefined
|
UmbWorkspaceUniqueType
;
propertyStructureById
(
id
:
string
)
:
Promise
<
Observable
<
undefined
|
UmbPropertyTypeModel
>
>
;
}
Type Parameters
ContentTypeModel
extends
UmbContentTypeModel
=
UmbContentTypeModel
Hierarchy (
view full
)
UmbEntityWorkspaceContext
UmbPropertyStructureWorkspaceContext
UmbContentWorkspaceContext
Index
Properties
structure
unique
workspace
Alias
Methods
destroy
get
Entity
Type
get
Unique
property
Structure
By
Id
Properties
structure
structure
:
UmbContentTypeStructureManager
<
ContentTypeModel
>
unique
unique
:
Observable
<
undefined
|
UmbWorkspaceUniqueType
>
Readonly
workspace
Alias
workspace
Alias
:
string
Methods
destroy
destroy
(
)
:
void
Returns
void
get
Entity
Type
get
Entity
Type
(
)
:
string
Returns
string
get
Unique
get
Unique
(
)
:
undefined
|
UmbWorkspaceUniqueType
Returns
undefined
|
UmbWorkspaceUniqueType
property
Structure
By
Id
property
Structure
By
Id
(
id
)
:
Promise
<
Observable
<
undefined
|
UmbPropertyTypeModel
>
>
Parameters
id
:
string
Returns
Promise
<
Observable
<
undefined
|
UmbPropertyTypeModel
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
structure
unique
workspace
Alias
Methods
destroy
get
Entity
Type
get
Unique
property
Structure
By
Id
@umbraco-cms/backoffice
Loading...