flowgram.ai/apps/docs/src/zh/api/services/command-service.mdx
2025-02-27 18:08:47 +08:00

12 lines
275 B
Plaintext

# CommandService
指令服务,需要和 [Shortcuts](/flowgram.ai/guide/advanced/interactive/shortcuts.html) 一起使用
[> API Detail](https://flowgram.ai/auto-docs/command/interfaces/CommandService.html)
```Usage
ctx.get(CommandService).execCommand('selectAll')
```