📄 useCached/demo¶
📊 Analysis Summary¶
| Metric | Count |
|---|---|
| 🔧 Functions | 2 |
| 📦 Imports | 2 |
| 📊 Variables & Constants | 1 |
| 📐 Interfaces | 1 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/core/useCached/demo.vue
📦 Imports¶
| Name | Source |
|---|---|
useCached |
@vueuse/core |
shallowRef |
vue |
Variables & Constants¶
| Name | Type | Kind | Value | Exported |
|---|---|---|---|---|
value |
boolean |
let/var | shallowRef<Value>({ value: 42, extra: 0 }) |
✗ |
Functions¶
comparator(a: Value, b: Value): boolean¶
Parameters:
aValuebValue
Returns: boolean
onSyncClick(): void¶
Returns: void
Interfaces¶
Value¶
Properties¶
| Name | Type | Optional | Description |
|---|---|---|---|
value |
number |
✗ | not shown |
extra |
number |
✗ | not shown |
Generated by Syntax Scribe