Available methods
createLinkAtSelection(
editorState: EditorState,
url: string
) => EditorStateremoveLinkAtSelection(
editorState: EditorState,
) => EditorStategetCurrentEntityKey(
editorState: EditorState,
) => DraftEntityKeygetCurrentEntity(
editorState: EditorState,
) => DraftEntityhasEntity(
editorState: EditorState,
entityType: DraftEntityType
) => boolean