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

Defined in

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