core/common/forOf.model.ts
Realtime options for ForOfDirective.
Properties |
|
| entityOrId |
entityOrId:
|
Type : IdReference
|
| Optional |
|
An entity object or id to be used with a [[RealtimeService]] instance. |
| insertOnUpdate |
insertOnUpdate:
|
Type : boolean
|
| Optional |
|
Whether to insert an item which passes |
| removeOnUpdate |
removeOnUpdate:
|
Type : boolean
|
| Optional |
|
Whether to remove an item which doesn't pass |