Юниверс DG SDK UI
v2.15.0

Интерфейс UEModifyRecordsMeta

Объект мета-данных точки расширения UEModifyRecords

interface UEModifyRecordsMeta {
    getStore: (
        modifyOperationStore: IBulkOperationSettings,
        key: string,
    ) => IModifyInnerStore;
    key: string;
}
Индекс

Свойства

Свойства

getStore: (
    modifyOperationStore: IBulkOperationSettings,
    key: string,
) => IModifyInnerStore
key: string