@umbraco-cms/backoffice

    Interface UmbDataTypeDetailModel

    interface UmbDataTypeDetailModel {
        editorAlias: undefined | string;
        editorUiAlias: null | string;
        entityType: "data-type";
        name: string;
        unique: string;
        values: UmbDataTypePropertyValueModel<unknown>[];
    }
    Index

    Properties

    editorAlias: undefined | string
    editorUiAlias: null | string
    entityType: "data-type"
    name: string
    unique: string
    MMNEPVFCICPMFPCPTTAAATR