@umbraco-cms/backoffice

    Interface UmbEntityWorkspaceContext

    interface UmbEntityWorkspaceContext {
        unique: Observable<undefined | UmbEntityUnique>;
        workspaceAlias: string;
        destroy(): void;
        getEntityType(): string;
        getHostElement(): Element;
        getUnique(): undefined | UmbEntityUnique;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    unique: Observable<undefined | UmbEntityUnique>
    workspaceAlias: string

    Methods

    MMNEPVFCICPMFPCPTTAAATR