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

Hierarchy (View Summary, Expand)

Implemented by

Properties

name: Observable<undefined | string>
workspaceAlias: string

Methods

MMNEPVFCICPMFPCPTTAAATR