Preparing search index...
The search index is not available
@umbraco-cms/backoffice
@umbraco-cms/backoffice
packages/core/workspace
UmbNamableWorkspaceContext
Interface UmbNamableWorkspaceContext
interface
UmbNamableWorkspaceContext
{
name
:
Observable
<
undefined
|
string
>
;
workspaceAlias
:
string
;
destroy
()
:
void
;
getEntityType
()
:
string
;
getName
()
:
undefined
|
string
;
setName
(
name
:
string
)
:
void
;
}
Hierarchy (
View Summary
)
UmbWorkspaceContext
UmbNamableWorkspaceContext
UmbInvariantDatasetWorkspaceContext
Implemented by
UmbEntityNamedDetailWorkspaceContextBase
Index
Properties
name
workspace
Alias
Methods
destroy
get
Entity
Type
get
Name
set
Name
Properties
name
name
:
Observable
<
undefined
|
string
>
Readonly
workspace
Alias
workspaceAlias
:
string
Methods
destroy
destroy
()
:
void
Returns
void
get
Entity
Type
getEntityType
()
:
string
Returns
string
get
Name
getName
()
:
undefined
|
string
Returns
undefined
|
string
set
Name
setName
(
name
:
string
)
:
void
Parameters
name
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
workspace
Alias
Methods
destroy
get
Entity
Type
get
Name
set
Name
@umbraco-cms/backoffice
Loading...