Skip to content

prosekit/preact/block-handle

BlockHandleAddProps

Props for the BlockHandleAdd component.

Type: Partial<CreateProps<BlockHandleAddProps, Events>>

BlockHandleDraggableProps

Props for the BlockHandleDraggable component.

Type: Partial<CreateProps<BlockHandleDraggableProps, Events>>

BlockHandlePopoverProps

Props for the BlockHandlePopover component.

Type: Partial<CreateProps<BlockHandlePopoverProps, Events>>

BlockHandleAdd

ts
function BlockHandleAdd(props: RenderableProps<Partial<Partial<CreateProps<BlockHandleAddProps, BlockHandleAddEvents>>> & RefAttributes<BlockHandleAdd> & HTMLAttributes<BlockHandleAdd>, any>, context?: any): ComponentChildren

BlockHandleDraggable

ts
function BlockHandleDraggable(props: RenderableProps<Partial<Partial<CreateProps<BlockHandleDraggableProps, BlockHandleDraggableEvents>>> & RefAttributes<BlockHandleDraggable> & HTMLAttributes<BlockHandleDraggable>, any>, context?: any): ComponentChildren

BlockHandlePopover

ts
function BlockHandlePopover(props: RenderableProps<Partial<Partial<CreateProps<BlockHandlePopoverProps, BlockHandlePopoverEvents>>> & RefAttributes<BlockHandlePopover> & HTMLAttributes<BlockHandlePopover>, any>, context?: any): ComponentChildren