@umbraco-cms/backoffice

    Interface UmbNamableWorkspaceContext

    interface UmbNamableWorkspaceContext {
        name: Observable<undefined | string>;
        workspaceAlias: string;
        destroy(): void;
        getEntityType(): string;
        getHostElement(): Element;
        getName(): undefined | string;
        setName(name: string): void;
    }

    Hierarchy (View Summary, Expand)

    Implemented by

    Index

    Properties

    name: Observable<undefined | string>
    workspaceAlias: string

    Methods

    MMNEPVFCICPMFPCPTTAAATR