@umbraco-cms/backoffice

    Interface UmbDataTypeItemModel

    interface UmbDataTypeItemModel {
        entityType: "data-type";
        icon?: string;
        name: string;
        propertyEditorSchemaAlias: string;
        propertyEditorUiAlias: string;
        unique: string;
    }
    Index

    Properties

    entityType: "data-type"
    icon?: string
    name: string
    propertyEditorSchemaAlias: string
    propertyEditorUiAlias: string
    unique: string
    MMNEPVFCICPMFPCPTTAAATR