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
>
;
propertyVariantId
?:
(
(
propertyAlias
:
string
)
=>
Promise
<
Observable
<
undefined
|
UmbVariantId
>
>
)
;
readOnly
:
Observable
<
boolean
>
;
get
controllerAlias
():
UmbControllerAlias
;
destroy
(
)
:
void
;
getEntityType
(
)
:
string
;
getName
(
)
:
undefined
|
string
;
getReadOnly
(
)
:
boolean
;
getUnique
(
)
:
undefined
|
UmbEntityUnique
;
hostConnected
(
)
:
void
;
hostDisconnected
(
)
:
void
;
propertyValueByAlias
<
ReturnType
>
(
propertyAlias
:
string
)
:
Promise
<
undefined
|
Observable
<
undefined
|
ReturnType
>
>
;
setName
(
name
:
string
)
:
void
;
setPropertyValue
(
propertyAlias
:
string
,
value
:
unknown
)
:
void
;
}
Hierarchy (
view full
)
UmbPropertyDatasetContext
UmbNameablePropertyDatasetContext
Implemented by
UmbContentPropertyDatasetContext
UmbInvariantWorkspacePropertyDatasetContext
UmbPropertyDatasetContextBase
Index
Properties
get
Variant
Id
name
property
Variant
Id?
read
Only
Accessors
controller
Alias
Methods
destroy
get
Entity
Type
get
Name
get
Read
Only
get
Unique
host
Connected
host
Disconnected
property
Value
By
Alias
set
Name
set
Property
Value
Properties
get
Variant
Id
get
Variant
Id
:
(
(
)
=>
UmbVariantId
)
Readonly
name
name
:
Observable
<
undefined
|
string
>
Optional
property
Variant
Id
property
Variant
Id
?:
(
(
propertyAlias
:
string
)
=>
Promise
<
Observable
<
undefined
|
UmbVariantId
>
>
)
Readonly
read
Only
read
Only
:
Observable
<
boolean
>
Accessors
controller
Alias
get
controllerAlias
(
)
:
UmbControllerAlias
Returns
UmbControllerAlias
Methods
destroy
destroy
(
)
:
void
Returns
void
get
Entity
Type
get
Entity
Type
(
)
:
string
Returns
string
get
Name
get
Name
(
)
:
undefined
|
string
Returns
undefined
|
string
get
Read
Only
get
Read
Only
(
)
:
boolean
Returns
boolean
get
Unique
get
Unique
(
)
:
undefined
|
UmbEntityUnique
Returns
undefined
|
UmbEntityUnique
host
Connected
host
Connected
(
)
:
void
Returns
void
host
Disconnected
host
Disconnected
(
)
:
void
Returns
void
property
Value
By
Alias
property
Value
By
Alias
<
ReturnType
>
(
propertyAlias
)
:
Promise
<
undefined
|
Observable
<
undefined
|
ReturnType
>
>
Type Parameters
ReturnType
=
unknown
Parameters
propertyAlias
:
string
Returns
Promise
<
undefined
|
Observable
<
undefined
|
ReturnType
>
>
set
Name
set
Name
(
name
)
:
void
Parameters
name
:
string
Returns
void
set
Property
Value
set
Property
Value
(
propertyAlias
,
value
)
:
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
property
Variant
Id
read
Only
Accessors
controller
Alias
Methods
destroy
get
Entity
Type
get
Name
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.