draft-js-toolbox:对DraftJS有用的东西

时间:2024-06-02 17:00:13
【文件属性】:

文件名称:draft-js-toolbox:对DraftJS有用的东西

文件大小:94KB

文件格式:ZIP

更新时间:2024-06-02 17:00:13

utility utils draft-js toolbox draftjs-utils

DraftJs工具箱 对DraftJS有用的东西。 安装 npm install @jimmycode/draft-js-toolbox 用法 该库包含两组函数: 实用程序:确定编辑器状态的某些条件。 修饰符:对编辑器的状态执行转换。 实用程序 import { getCurrentBlock , isCurrentBlockType , isBlockWithEntityType } from '@jimmycode/draft-js-toolbox' ; 功能 参量 描述 getCurrentBlock editorState 返回当前选择的块。 isCurrentBlockType editorState,blockType 检查当前块的类型。 isBlockWithEntityType editorState,块,entityType 检查当前块是否是具有特定


【文件预览】:
draft-js-toolbox-master
----package.json(2KB)
----LICENSE(1KB)
----package-lock.json(436KB)
----src()
--------index.js(169B)
--------modifiers.js(3KB)
--------editor.js(786B)
----.npmignore(60B)
----.gitignore(84B)
----webpack.config.js(805B)
----.npmrc(13B)
----README.md(2KB)

网友评论