@umbraco-cms/backoffice

    Interface UmbPropertyValuePreset<ValueType, ConfigType>

    interface UmbPropertyValuePreset<
        ValueType = unknown,
        ConfigType extends UmbPropertyEditorConfig = UmbPropertyEditorConfig,
    > {
        processValue: UmbPropertyValuePresetValuesProcessor<
            ValueType,
            ConfigType,
        >;
        destroy(): void;
    }

    Type Parameters

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Methods

    Properties

    Methods

    MMNEPVFCICPMFPCPTTAAATR