prosekit/vue/resizable
Interfaces
Section titled “Interfaces”ResizableHandleProps
Section titled “ResizableHandleProps”Props for the ResizableHandle component.
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"
ResizableHandleEmits
Section titled “ResizableHandleEmits”Emits for the ResizableHandle component.
ResizableRootProps
Section titled “ResizableRootProps”Props for the ResizableRoot component.
Properties
Section titled “Properties”-
width?:number|null
-
height?:number|null
-
aspectRatio?:number|null
ResizableRootEmits
Section titled “ResizableRootEmits”Emits for the ResizableRoot component.
Properties
Section titled “Properties”-
resizeStart: (event:CustomEvent<{width:number;height:number; }>) =>void
-
resizeEnd: (event:CustomEvent<{width:number;height:number; }>) =>void
Variables
Section titled “Variables”ResizableHandle
Section titled “ResizableHandle”-
const ResizableHandle:DefineSetupFnComponent<ResizableHandleProps&HTMLAttributes,ResizableHandleEmits>
ResizableRoot
Section titled “ResizableRoot”-
const ResizableRoot:DefineSetupFnComponent<ResizableRootProps&HTMLAttributes,ResizableRootEmits>