📄 index.ts¶
📊 Analysis Summary¶
| Metric | Count |
|---|---|
| 🔧 Functions | 1 |
| 📦 Imports | 4 |
| 📐 Interfaces | 1 |
| 📑 Type Aliases | 1 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/shared/extendRef/index.ts
📦 Imports¶
| Name | Source |
|---|---|
Ref |
vue |
ShallowUnwrapRef |
vue |
UnwrapRef |
vue |
isRef |
vue |
Functions¶
extendRef(ref: R, extend: Extend, options: Options): ShallowUnwrapRef<Extend> & R¶
Code
-
JSDoc:
-
Parameters:
ref: Rextend: Extendoptions: Options- Return Type:
ShallowUnwrapRef<Extend> & R
Interfaces¶
ExtendRefOptions<Unwrap extends boolean = boolean>¶
Interface Code
Properties¶
| Name | Type | Optional | Description |
|---|---|---|---|
enumerable |
boolean |
✓ | |
unwrap |
Unwrap |
✓ |