Skip to content

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

Type alias: InDataOfCommand<C>

InDataOfCommand<C>: C extends Command<infer K, any, infer R> ? CommandKeyToData<K> & R : never

Type parameters

C

Source

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