📄 tryOnBeforeUnmount¶
📊 Analysis Summary¶
| Metric | Count |
|---|---|
| 🔧 Functions | 1 |
| 📦 Imports | 4 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/shared/tryOnBeforeUnmount/index.ts
📦 Imports¶
| Name | Source |
|---|---|
ComponentInternalInstance |
vue |
Fn |
../utils |
onBeforeUnmount |
vue |
getLifeCycleTarget |
../utils |
Functions¶
tryOnBeforeUnmount(fn: Fn, target: ComponentInternalInstance | null): void¶
Call onBeforeUnmount() if it's inside a component lifecycle, if not, do nothing
Parameters:
fnany: No descriptiontargetany: No description
Raw JSDoc
Calls:
getLifeCycleTarget (from ../utils)onBeforeUnmount (from vue)
Code
Generated by Syntax Scribe