⬅️ Back to Table of Contents
📄 onClickOutside/component
📊 Analysis Summary
| Metric |
Count |
| 📦 Imports |
6 |
| 📐 Interfaces |
1 |
| 📑 Type Aliases |
1 |
📚 Table of Contents
🛠️ File Location:
📂 packages/core/onClickOutside/component.ts
📦 Imports
| Name |
Source |
OnClickOutsideOptions |
@vueuse/core |
RenderableComponent |
@vueuse/core |
onClickOutside |
@vueuse/core |
defineComponent |
vue |
h |
vue |
shallowRef |
vue |
Interfaces
OnClickOutsideProps
Interface Code
export interface OnClickOutsideProps extends RenderableComponent {
options?: Omit<OnClickOutsideOptions, 'controls'>
}
Properties
| Name |
Type |
Optional |
Description |
options |
Omit<OnClickOutsideOptions, 'controls'> |
✓ |
not shown |
Type Aliases
OnClickOutsideEmits
type OnClickOutsideEmits = {
trigger: (event: Event) => void
};
Generated by Syntax Scribe