@umbraco-cms/backoffice

    Interface UmbVariantPropertyValueModel

    interface UmbVariantPropertyValueModel {
        alias: string;
        culture: null | string;
        segment: null | string;
        value?: unknown;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    alias: string
    culture: null | string
    segment: null | string
    value?: unknown
    MMNEPVFCICPMFPCPTTAAATR