Interface UmbPropertyValuePreset<ValueType, ConfigType>

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

Type Parameters

Hierarchy (View Summary, Expand)

Properties

Methods

Properties

Methods

MMNEPVFCICPMFPCPTTAAATR