@umbraco-cms/backoffice
Preparing search index...
packages/core/workspace
UmbPublishableWorkspaceContext
Interface UmbPublishableWorkspaceContext
interface
UmbPublishableWorkspaceContext
{
workspaceAlias
:
string
;
destroy
()
:
void
;
getEntityType
()
:
string
;
getHostElement
()
:
Element
;
publish
()
:
Promise
<
void
>
;
saveAndPublish
()
:
Promise
<
void
>
;
unpublish
()
:
Promise
<
void
>
;
}
Hierarchy (
View Summary
)
UmbWorkspaceContext
UmbPublishableWorkspaceContext
Implemented by
UmbDocumentPublishingWorkspaceContext
Index
Properties
workspace
Alias
Methods
destroy
get
Entity
Type
get
Host
Element
publish
save
And
Publish
unpublish
Properties
Readonly
workspace
Alias
workspaceAlias
:
string
Methods
destroy
destroy
()
:
void
Returns
void
get
Entity
Type
getEntityType
()
:
string
Returns
string
get
Host
Element
getHostElement
()
:
Element
Returns
Element
publish
publish
()
:
Promise
<
void
>
Returns
Promise
<
void
>
save
And
Publish
saveAndPublish
()
:
Promise
<
void
>
Returns
Promise
<
void
>
unpublish
unpublish
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
workspace
Alias
Methods
destroy
get
Entity
Type
get
Host
Element
publish
save
And
Publish
unpublish
@umbraco-cms/backoffice
Loading...