interface PropertyEditorSettingsProperty {
    alias: string;
    config?: UmbPropertyEditorConfig;
    description?: string;
    label: string;
    propertyEditorUiAlias: string;
    weight?: number;
}

Properties

alias: string
description?: string
label: string
propertyEditorUiAlias: string
weight?: number
MMNEPVFCICPMFPCPTTAAATR