4.2.1 • Published 9 months ago

@draft-js-plugins/utils v4.2.1

Weekly downloads
2,552
License
MIT
Repository
github
Last release
9 months ago

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