@umbraco-cms/backoffice
    Preparing search index...

    Interface UmbPropertyValueData<ValueType>

    interface UmbPropertyValueData<ValueType = unknown> {
        alias: string;
        value?: ValueType;
    }

    Type Parameters

    • ValueType = unknown

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    alias: string
    value?: ValueType