getEntityMutations()
function getEntityMutations<T>(options): RxDBMutationsMap<T>;
Defined in: packages/rxdb/src/entity/entity.utils.ts:215
获取实体变更映射
Type Parameters
| Type Parameter | Default type |
|---|---|
T extends EntityType | any |
Parameters
| Parameter | Type |
|---|---|
options | EntityMutationsOptions |