@umbraco-cms/backoffice
    Preparing search index...

    Interface UmbMediaTypeDetailModel

    This model is deprecated and will be removed in version 17. Please use the UmbContentTypeDetailModel instead.

    UmbContentTypeModel

    interface UmbMediaTypeDetailModel {
        alias: string;
        allowedAtRoot: boolean;
        allowedContentTypes: UmbContentTypeSortModel[];
        collection: null | UmbReferenceByUnique;
        compositions: UmbContentTypeCompositionModel[];
        containers: UmbPropertyTypeContainerModel[];
        description: string;
        entityType: "media-type";
        icon: string;
        isElement: boolean;
        name: string;
        properties: UmbPropertyTypeModel[];
        unique: string;
        variesByCulture: boolean;
        variesBySegment: boolean;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    alias: string
    allowedAtRoot: boolean
    allowedContentTypes: UmbContentTypeSortModel[]
    collection: null | UmbReferenceByUnique
    description: string
    entityType: "media-type"
    icon: string
    isElement: boolean
    name: string
    properties: UmbPropertyTypeModel[]
    unique: string
    variesByCulture: boolean
    variesBySegment: boolean
    MMNEPVFCICPMFPCPTTAAATR