BlockSuite API Documentation / @blocksuite/block-std / Command
Type Alias: Command()<In, Out, InData>
Command<
In,Out,InData>: (ctx,next) =>void
Type Parameters
• In extends BlockSuite.CommandDataName = never
• Out extends BlockSuite.CommandDataName = never
• InData extends object = {}
Parameters
ctx
CommandKeyToData<In> & InitCommandCtx & InData
next
(ctx?) => void
Returns
void
Defined in
packages/framework/block-std/src/command/types.ts:21