draft-js-plugins-utils

2.0.3 • Public • Published

Draft js plugin utilities

Available methods

createLinkAtSelection

createLinkAtSelection(
  editorState: EditorState,
  url: string
) => EditorState

removeLinkAtSelection

removeLinkAtSelection(
  editorState: EditorState,
) => EditorState

getCurrentEntityKey

getCurrentEntityKey(
  editorState: EditorState,
) => DraftEntityKey

getCurrentEntity

getCurrentEntity(
  editorState: EditorState,
) => DraftEntity

hasEntity

hasEntity(
  editorState: EditorState,
  entityType: DraftEntityType
) => boolean

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.3
    1,937
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.3
    1,937
  • 2.0.2
    4,160

Package Sidebar

Install

npm i draft-js-plugins-utils

Weekly Downloads

6,097

Version

2.0.3

License

MIT

Unpacked Size

7.33 kB

Total Files

8

Last publish

Collaborators

  • juliankrispel