interface UmbBlockEditorCustomViewConfiguration {
    editContentPath?: string;
    editSettingsPath?: string;
    showContentEdit: boolean;
    showSettingsEdit: boolean;
}

Properties

editContentPath?: string
editSettingsPath?: string
showContentEdit: boolean
showSettingsEdit: boolean
MMNEPVFCICPMFPCPTTAAATR