Skip to content

BlockSuite API Documentation / @blocksuite/affine-block-table / insertTableBlockCommand

Variable: insertTableBlockCommand

const insertTableBlockCommand: Command<{ place: "after" | "before"; removeEmptyLine: boolean; selectedModels: BlockModel[]; }, { insertedTableBlockId: string; }>

Defined in: packages/affine/blocks/block-table/src/commands.ts:10