1.0.2 • Published 10 months ago

@xiehy/plugin-selectall v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@xiehy/plugin-selectall

全选插件

安装

$ yarn add @xiehy/plugin-selectall

添加到引擎

import Engine, { EngineInterface } from '@xiehy/engine';
import Selectall from '@xiehy/plugin-selectall';

new Engine(...,{ plugins:[Selectall] })

快捷键

快捷键为 mod+a,不可修改

命令

//使用 command 执行插件
engine.command.execute('selectall');
1.0.2

10 months ago