We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
⬅ ️返回主页
命令和 API 的差别在于命令是要产生数据结果和操作历史的,API 只改变脑图的运行时状态。
命令可以执行、查询状态、查询当前值。使用到的 API 分别是:
execCommand(command, args...)
queryCommandStatue(command)
0
-1
1
queryCommandValue(command)