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