Skip to content

BlockSuite API Documentation / @blocksuite/block-std / Chain

Type alias: Chain<In>

Chain<In>: CommonMethods<In> & { [K in keyof BlockSuite.Commands]: Function } & Cmds

Type parameters

In extends object = object

Source

packages/framework/block-std/src/command/types.ts:63