SQLWatchOptions
Extends
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
comparator? | WatchedQueryComparator<QueryResult<SqliteRecord>> | Optional comparator which will be used to compare the results of the query. The watched query will only yield results if the comparator returns false. | - |
signal? | AbortSignal | - | SQLOnChangeOptions.signal |
tables? | string[] | - | SQLOnChangeOptions.tables |
throttleMs? | number | The minimum interval between queries. | SQLOnChangeOptions.throttleMs |
triggerImmediate? | boolean | Emits an empty result set immediately | SQLOnChangeOptions.triggerImmediate |