@umbraco-cms/backoffice

    Interface UmbPotentialContentValueModel<ValueType>

    interface UmbPotentialContentValueModel<ValueType = unknown> {
        alias: string;
        culture?: null | string;
        editorAlias?: string;
        segment?: null | string;
        value?: ValueType;
    }

    Type Parameters

    • ValueType = unknown

    Hierarchy (View Summary, Expand)

    Index

    Properties

    alias: string
    culture?: null | string
    editorAlias?: string
    segment?: null | string
    value?: ValueType
    MMNEPVFCICPMFPCPTTAAATR