@umbraco-cms/backoffice
    interface UmbPropertyTypeModel {
        alias: string;
        appearance: UmbPropertyTypeAppearanceModel;
        container?: null | { id: string };
        dataType: { unique: string };
        description?: null | string;
        id: string;
        isSensitive?: boolean;
        name: string;
        sortOrder: number;
        unique: string;
        validation: UmbPropertyTypeValidationModel;
        variesByCulture: boolean;
        variesBySegment: boolean;
        visibility?: UmbPropertyTypeVisibilityModel;
    }
    Index

    Properties

    alias: string
    container?: null | { id: string }
    dataType: { unique: string }
    description?: null | string
    id: string

    The unique identifier of the property type

    The id property is deprecated and will be removed in version 17. Please use the unique property instead.

    UmbPropertyTypeModel

    isSensitive?: boolean
    name: string
    sortOrder: number
    unique: string
    variesByCulture: boolean
    variesBySegment: boolean
    MMNEPVFCICPMFPCPTTAAATR