draft-js-plugins-utils
v2.0.3
Published
Plugin utilities for draft js
Maintainers
Readme
Draft js plugin utilities
Available methods
createLinkAtSelection
createLinkAtSelection(
editorState: EditorState,
url: string
) => EditorStateremoveLinkAtSelection
removeLinkAtSelection(
editorState: EditorState,
) => EditorStategetCurrentEntityKey
getCurrentEntityKey(
editorState: EditorState,
) => DraftEntityKeygetCurrentEntity
getCurrentEntity(
editorState: EditorState,
) => DraftEntityhasEntity
hasEntity(
editorState: EditorState,
entityType: DraftEntityType
) => boolean