Search
    Preparing search index...

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

    interface UEModifyRecordsMeta {
        getStore: (
            modifyOperationStore: IBulkOperationSettings,
            key: string,
        ) => IModifyInnerStore;
        key: string;
    }
    Index

    Properties

    Properties

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