prosekit/vue/resizable
Interfaces
Section titled “Interfaces”ResizableHandleEmits
Section titled “ResizableHandleEmits”Emits for the ResizableHandle component.
Extends
Section titled “Extends”CreateEmits
<Events
>
ResizableHandleProps
Section titled “ResizableHandleProps”Props for the ResizableHandle component.
Extends
Section titled “Extends”Properties
Section titled “Properties”-
position?:
"left"
|"right"
|"top"
|"bottom"
|"top-left"
|"top-right"
|"bottom-left"
|"bottom-right"
-
The position of the handle.
Default
Section titled “Default”"bottom-right"
ResizableRootEmits
Section titled “ResizableRootEmits”Emits for the ResizableRoot component.
Extends
Section titled “Extends”CreateEmits
<ResizableRootEvents
>
Properties
Section titled “Properties”-
resizeEnd: (
event
:CustomEvent
<{height
:number
;width
:number
; }>) =>void
-
resizeStart: (
event
:CustomEvent
<{height
:number
;width
:number
; }>) =>void
ResizableRootProps
Section titled “ResizableRootProps”Props for the ResizableRoot component.
Extends
Section titled “Extends”Properties
Section titled “Properties”-
aspectRatio?:
null
|number
-
height?:
null
|number
-
width?:
null
|number
Variables
Section titled “Variables”ResizableHandle
Section titled “ResizableHandle”-
const ResizableHandle:
DefineSetupFnComponent
<ResizableHandleProps
&HTMLAttributes
,ResizableHandleEmits
>
ResizableRoot
Section titled “ResizableRoot”-
const ResizableRoot:
DefineSetupFnComponent
<ResizableRootProps
&HTMLAttributes
,ResizableRootEmits
>