@umbraco-cms/backoffice

    Interface UmbContentCollectionWorkspaceContext<T>

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

    Type Parameters

    Hierarchy (View Summary, Expand)

    Implemented by

    Index

    Properties

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

    Methods

    MMNEPVFCICPMFPCPTTAAATR