interface UmbContentCollectionWorkspaceContext<T extends UmbContentTypeModel> {
    contentTypeHasCollection: Observable<boolean>;
    structure: UmbContentTypeStructureManager<T>;
    unique: Observable<undefined | UmbEntityUnique>;
    workspaceAlias: string;
    destroy(): void;
    getCollectionAlias(): string;
    getEntityType(): string;
    getUnique(): undefined | UmbEntityUnique;
}

Type Parameters

Hierarchy (View Summary, Expand)

Implemented by

Properties

contentTypeHasCollection: Observable<boolean>
unique: Observable<undefined | UmbEntityUnique>
workspaceAlias: string

Methods

MMNEPVFCICPMFPCPTTAAATR