Preparing search index...
The search index is not available
@umbraco-cms/backoffice
@umbraco-cms/backoffice
packages/core/property
UmbNameablePropertyDatasetContext
Interface UmbNameablePropertyDatasetContext
A variant context with ability to set the name of it.
interface
UmbNameablePropertyDatasetContext
{
getVariantId
:
()
=>
UmbVariantId
;
name
:
Observable
<
undefined
|
string
>
;
properties
:
Observable
<
undefined
|
UmbPropertyValueData
<
unknown
>
[]
>
;
propertyVariantId
?:
(
propertyAlias
:
string
,
)
=>
Promise
<
Observable
<
undefined
|
UmbVariantId
>
>
;
readOnly
:
Observable
<
boolean
>
;
get
controllerAlias
()
:
UmbControllerAlias
;
destroy
()
:
void
;
getEntityType
()
:
string
;
getName
()
:
undefined
|
string
;
getProperties
()
:
Promise
<
undefined
|
UmbPropertyValueData
<
unknown
>
[]
>
;
getReadOnly
()
:
boolean
;
getUnique
()
:
undefined
|
UmbEntityUnique
;
hostConnected
()
:
void
;
hostDisconnected
()
:
void
;
propertyValueByAlias
<
ReturnType
=
unknown
>
(
propertyAlias
:
string
,
)
:
Promise
<
undefined
|
Observable
<
undefined
|
ReturnType
>
>
;
setName
(
name
:
string
)
:
void
;
setPropertyValue
(
propertyAlias
:
string
,
value
:
unknown
)
:
void
;
}
Hierarchy (
View Summary
)
UmbPropertyDatasetContext
UmbNameablePropertyDatasetContext
Implemented by
UmbInvariantWorkspacePropertyDatasetContext
UmbPropertyDatasetContextBase
Index
Properties
get
Variant
Id
name
properties
property
Variant
Id?
read
Only
Accessors
controller
Alias
Methods
destroy
get
Entity
Type
get
Name
get
Properties
get
Read
Only
get
Unique
host
Connected
host
Disconnected
property
Value
By
Alias
set
Name
set
Property
Value
Properties
get
Variant
Id
getVariantId
:
()
=>
UmbVariantId
Readonly
name
name
:
Observable
<
undefined
|
string
>
Readonly
properties
properties
:
Observable
<
undefined
|
UmbPropertyValueData
<
unknown
>
[]
>
Optional
property
Variant
Id
propertyVariantId
?:
(
propertyAlias
:
string
,
)
=>
Promise
<
Observable
<
undefined
|
UmbVariantId
>
>
Readonly
read
Only
readOnly
:
Observable
<
boolean
>
Accessors
controller
Alias
get
controllerAlias
()
:
UmbControllerAlias
Returns
UmbControllerAlias
Methods
destroy
destroy
()
:
void
Returns
void
get
Entity
Type
getEntityType
()
:
string
Returns
string
get
Name
getName
()
:
undefined
|
string
Returns
undefined
|
string
get
Properties
getProperties
()
:
Promise
<
undefined
|
UmbPropertyValueData
<
unknown
>
[]
>
Returns
Promise
<
undefined
|
UmbPropertyValueData
<
unknown
>
[]
>
get
Read
Only
getReadOnly
()
:
boolean
Returns
boolean
get
Unique
getUnique
()
:
undefined
|
UmbEntityUnique
Returns
undefined
|
UmbEntityUnique
host
Connected
hostConnected
()
:
void
Returns
void
host
Disconnected
hostDisconnected
()
:
void
Returns
void
property
Value
By
Alias
propertyValueByAlias
<
ReturnType
=
unknown
>
(
propertyAlias
:
string
,
)
:
Promise
<
undefined
|
Observable
<
undefined
|
ReturnType
>
>
Type Parameters
ReturnType
=
unknown
Parameters
propertyAlias
:
string
Returns
Promise
<
undefined
|
Observable
<
undefined
|
ReturnType
>
>
set
Name
setName
(
name
:
string
)
:
void
Parameters
name
:
string
Returns
void
set
Property
Value
setPropertyValue
(
propertyAlias
:
string
,
value
:
unknown
)
:
void
Parameters
propertyAlias
:
string
value
:
unknown
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
Variant
Id
name
properties
property
Variant
Id
read
Only
Accessors
controller
Alias
Methods
destroy
get
Entity
Type
get
Name
get
Properties
get
Read
Only
get
Unique
host
Connected
host
Disconnected
property
Value
By
Alias
set
Name
set
Property
Value
@umbraco-cms/backoffice
Loading...
A variant context with ability to set the name of it.