Skip to content

BlockSuite API Documentation / @blocksuite/affine-block-latex / insertLatexBlockCommand

Variable: insertLatexBlockCommand

const insertLatexBlockCommand: Command<{ latex: string; place: "after" | "before"; removeEmptyLine: boolean; selectedModels: BlockModel[]; }, { insertedLatexBlockId: Promise<string>; }>

Defined in: packages/affine/blocks/block-latex/src/commands.ts:7