We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc1097 commit a8a774aCopy full SHA for a8a774a
components/vc-trigger/Popup/interface.ts
@@ -22,6 +22,9 @@ export const innerProps = {
22
point: { type: Object as PropType<Point> },
23
getRootDomNode: { type: Function as PropType<() => HTMLElement> },
24
getClassNameFromAlign: { type: Function as PropType<(align: AlignType) => string> },
25
+ onAlign: {
26
+ type: Function as PropType<(popupDomNode: HTMLElement, align: AlignType) => void>,
27
+ },
28
onMouseenter: { type: Function as PropType<(align: MouseEvent) => void> },
29
onMouseleave: { type: Function as PropType<(align: MouseEvent) => void> },
30
onMousedown: { type: Function as PropType<(align: MouseEvent) => void> },
0 commit comments