@aomao/plugin-selectall
TypeScript icon, indicating that this package has built-in type declarations

2.10.0 • Public • Published

@aomao/plugin-selectall

全选插件

安装

$ yarn add @aomao/plugin-selectall

添加到引擎

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

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

快捷键

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

命令

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

Readme

Keywords

none

Package Sidebar

Install

npm i @aomao/plugin-selectall

Weekly Downloads

48

Version

2.10.0

License

MIT

Unpacked Size

10.1 kB

Total Files

7

Last publish

Collaborators

  • aomao