mirror of
https://gitee.com/ByteDance/flowgram.ai.git
synced 2025-07-07 17:43:29 +08:00
12 lines
275 B
Plaintext
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')
|
|
```
|