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

    Interface UmbAllowedElementTypeModel

    Model representing an element type that is allowed for creation. UmbAllowedElementTypeModel

    interface UmbAllowedElementTypeModel {
        description: string | null;
        entityType: string;
        icon: string | null;
        name: string;
        unique: UmbEntityUnique;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description: string | null
    entityType: string
    icon: string | null
    name: string