Skip to content

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

Type Alias: Chain<In>

Chain<In>: CommonMethods<In> & { [K in keyof BlockSuite.Commands]: (data: MakeOptionalIfEmpty<Omit1<InDataOfCommand<BlockSuite.Commands[K]>, In>>) => Chain<In & OutDataOfCommand<BlockSuite.Commands[K]>> } & Cmds

Type Parameters

In extends object = {}

Defined in

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