BlockSuite API Documentation / @blocksuite/affine-block-table / TableSelectionData
Variable: TableSelectionData
TableSelectionData:
object
Defined in: packages/affine/blocks/block-table/src/selection-schema.ts:30
Type declaration
equals()
Parameters
a?
{ columnEndIndex
: number
; columnStartIndex
: number
; rowEndIndex
: number
; rowStartIndex
: number
; type
: "area"
; } | { rowId
: string
; type
: "row"
; } | { columnId
: string
; type
: "column"
; }
b?
{ columnEndIndex
: number
; columnStartIndex
: number
; rowEndIndex
: number
; rowStartIndex
: number
; type
: "area"
; } | { rowId
: string
; type
: "row"
; } | { columnId
: string
; type
: "column"
; }
Returns
boolean