跳到主要内容

RxDBChangeRuleGroup

type RxDBChangeRuleGroup = RuleGroupBase<typeof RxDBChange, 
| "id"
| "remoteId"
| "type"
| "transactionId"
| "namespace"
| "entity"
| "entityId"
| "createdAt"
| "updatedAt"
| "revertChangedAt"
| "revertChangeId"
| "redoInvalidatedAt"
| "branchId"
| "branch"
| "branch.id"
| "branch.activated"
| "branch.fromChangeId"
| "branch.local"
| "branch.remote"
| "branch.createdAt"
| "branch.updatedAt"
| "parentId"
| "branch.syncs.id"
| "branch.syncs.namespace"
| "branch.syncs.entity"
| "branch.syncs.syncType"
| "branch.syncs.lastPushedChangeId"
| "branch.syncs.lastPushedAt"
| "branch.syncs.lastPulledAt"
| "branch.syncs.lastPullRemoteChangeId"
| "branch.syncs.enabled"
| "branch.syncs.createdAt"
| "branch.syncs.updatedAt"
| "branchId"
| "branch.children.id"
| "branch.children.activated"
| "branch.children.fromChangeId"
| "branch.children.local"
| "branch.children.remote"
| "branch.children.createdAt"
| "branch.children.updatedAt"
| "parentId"
| "branch.parent.id"
| "branch.parent.activated"
| "branch.parent.fromChangeId"
| "branch.parent.local"
| "branch.parent.remote"
| "branch.parent.createdAt"
| "branch.parent.updatedAt"
| "parentId", RxDBChangeRule>;

Defined in: packages/rxdb/src/system/types.ts:243

RuleGroupBase