@umbraco-cms/backoffice

    Interface PropertyEditorSettingsProperty

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

    Properties

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