prosekit/web/table-handle
TableHandleColumnRootElement
Renames and re-exports TableHandleColumnRoot
TableHandleColumnTriggerElement
Renames and re-exports TableHandleColumnTrigger
TableHandlePopoverContentElement
Renames and re-exports TableHandlePopoverContent
TableHandlePopoverItemElement
Renames and re-exports TableHandlePopoverItem
TableHandleRootElement
Renames and re-exports TableHandleRoot
TableHandleRowRootElement
Renames and re-exports TableHandleRowRoot
TableHandleRowTriggerElement
Renames and re-exports TableHandleRowTrigger
TableHandleColumnRootProps
Extends
Omit
<OverlayPositionerProps
,"placement"
>
Properties
editor
editor:
null
|Editor
<any
>
The ProseKit editor instance.
Default
null
placement
placement:
Placement
The placement of the popover, relative to the hovered table cell.
Default
"top"
TableHandleColumnTriggerProps
Properties
editor
editor:
null
|Editor
<TableCommandsExtension
>
TableHandlePopoverContentProps
Extends
Omit
<MenuContentProps
,"placement"
|"offset"
>
Properties
editor
editor:
null
|Editor
<any
>
offset
offset:
null
|OffsetOptions
Default
{mainAxis: -4, crossAxis: 4}
placement
placement:
Placement
Default
'bottom-start'
TableHandlePopoverItemProps
Extends
MenuItemProps
Properties
disabled?
optional
disabled:boolean
TableHandleRootProps
Properties
editor
editor:
null
|Editor
<any
>
The ProseKit editor instance.
Default
null
TableHandleRowRootProps
Extends
Omit
<OverlayPositionerProps
,"placement"
>
Properties
editor
editor:
null
|Editor
<any
>
The ProseKit editor instance.
Default
null
placement
placement:
Placement
The placement of the popover, relative to the hovered table cell.
Default
"left"
TableHandleRowTriggerProps
Properties
editor
editor:
null
|Editor
<TableCommandsExtension
>
defaultTableHandleColumnRootProps
const
defaultTableHandleColumnRootProps:Readonly
<object
>
Type declaration
Name | Type | Default value |
---|---|---|
editor | null | null |
placement | "top" | 'top' |
defaultTableHandleColumnTriggerProps
const
defaultTableHandleColumnTriggerProps:Readonly
<object
>
Type declaration
Name | Type | Default value |
---|---|---|
editor | null | null |
defaultTableHandlePopoverContentProps
const
defaultTableHandlePopoverContentProps:Readonly
<object
>
Type declaration
Name | Type | Default value |
---|---|---|
editor | null | null |
offset | object | - |
offset.crossAxis | number | 4 |
offset.mainAxis | number | -4 |
placement | "right-start" | 'right-start' |
defaultTableHandlePopoverItemProps
const
defaultTableHandlePopoverItemProps:Readonly
<object
>
Type declaration
Name | Type | Default value |
---|---|---|
disabled | false | false |
defaultTableHandleRootProps
const
defaultTableHandleRootProps:Readonly
<object
>
Type declaration
Name | Type | Default value |
---|---|---|
editor | null | null |
defaultTableHandleRowRootProps
const
defaultTableHandleRowRootProps:Readonly
<object
>
Type declaration
Name | Type | Default value |
---|---|---|
editor | null | null |
placement | "left" | 'left' |
defaultTableHandleRowTriggerProps
const
defaultTableHandleRowTriggerProps:Readonly
<object
>
Type declaration
Name | Type | Default value |
---|---|---|
editor | null | null |