📄 watchAtMost¶
📊 Analysis Summary¶
| Metric | Count |
|---|---|
| 🔧 Functions | 1 |
| 📦 Imports | 13 |
| 📐 Interfaces | 2 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/shared/watchAtMost/index.ts
📦 Imports¶
| Name | Source |
|---|---|
MaybeRefOrGetter |
vue |
MultiWatchSources |
vue |
ShallowRef |
vue |
WatchCallback |
vue |
WatchSource |
vue |
WatchStopHandle |
vue |
MapOldSources |
../utils |
MapSources |
../utils |
WatchWithFilterOptions |
../watchWithFilter |
nextTick |
vue |
shallowRef |
vue |
toValue |
vue |
watchWithFilter |
../watchWithFilter |
Functions¶
watchAtMost(sources: WatchSource<T>, cb: WatchCallback<T, Immediate extends true…, options: WatchAtMostOptions<Immediate>): WatchAtMostReturn¶
Parameters:
sourcesWatchSource<T>cbWatchCallback<T, Immediate extends true ? T | undefined : T>optionsWatchAtMostOptions<Immediate>
Returns: WatchAtMostReturn
Code
Interfaces¶
WatchAtMostOptions<Immediate>¶
Interface Code
Properties¶
| Name | Type | Optional | Description |
|---|---|---|---|
count |
MaybeRefOrGetter<number> |
✗ | not shown |
WatchAtMostReturn¶
Interface Code
Properties¶
| Name | Type | Optional | Description |
|---|---|---|---|
stop |
WatchStopHandle |
✗ | not shown |
pause |
() => void |
✗ | not shown |
resume |
() => void |
✗ | not shown |
count |
ShallowRef<number> |
✗ | not shown |
Generated by Syntax Scribe