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
extends
UmbContentTypeModel
=
UmbContentTypeModel
,
>
{
structure
:
UmbContentTypeStructureManager
<
ContentTypeModel
>
;
unique
:
Observable
<
undefined
|
UmbEntityUnique
>
;
workspaceAlias
:
string
;
destroy
()
:
void
;
getEntityType
()
:
string
;
getUnique
()
:
undefined
|
UmbEntityUnique
;
propertyStructureById
(
id
:
string
,
)
:
Promise
<
Observable
<
undefined
|
UmbPropertyTypeModel
>
>
;
}
Type Parameters
ContentTypeModel
extends
UmbContentTypeModel
=
UmbContentTypeModel
Hierarchy (
View Summary
)
UmbEntityWorkspaceContext
UmbPropertyStructureWorkspaceContext
UmbContentWorkspaceContext
Index
Properties
structure
unique
workspace
Alias
Methods
destroy
get
Entity
Type
get
Unique
property
Structure
By
Id
Properties
Readonly
structure
structure
:
UmbContentTypeStructureManager
<
ContentTypeModel
>
unique
unique
:
Observable
<
undefined
|
UmbEntityUnique
>
Readonly
workspace
Alias
workspaceAlias
:
string
Methods
destroy
destroy
()
:
void
Returns
void
get
Entity
Type
getEntityType
()
:
string
Returns
string
get
Unique
getUnique
()
:
undefined
|
UmbEntityUnique
Returns
undefined
|
UmbEntityUnique
property
Structure
By
Id
propertyStructureById
(
id
:
string
,
)
:
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...