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

Hierarchy (View Summary, Expand)

Properties

unique: Observable<undefined | UmbEntityUnique>
workspaceAlias: string

Methods

MMNEPVFCICPMFPCPTTAAATR