Hooks
useComposing(): boolean
useComposing(): booleanuseElement(): Element
useElement(): ElementuseElementIf(): Element | null
useElementIf(): Element | nulluseFocused(): boolean
useFocused(): booleanuseReadOnly(): boolean
useReadOnly(): booleanuseSelected(): boolean
useSelected(): booleanuseSlate(): Editor
useSlate(): EditoruseSlateStatic(): Editor
useSlateStatic(): EditoruseSlateSelection(): (BaseRange & { placeholder?: string | undefined; onPlaceholderResize?: ((node: HTMLElement | null) => void) | undefined }) | null
useSlateSelection(): (BaseRange & { placeholder?: string | undefined; onPlaceholderResize?: ((node: HTMLElement | null) => void) | undefined }) | nulluseSlateSelector<T>(selector: (editor: Editor) => T, equalityFn?: (a: T, b: T) => boolean): T
useSlateSelector<T>(selector: (editor: Editor) => T, equalityFn?: (a: T, b: T) => boolean): TLast updated