Function: useNestedEditorContext()

useNestedEditorContext<T>(): NestedEditorsContextValue<T>

A hook to get the current NestedEditorsContext value. Use this in your custom editor components.

Type parameters

Type parameter
T extends RootContent

Returns

NestedEditorsContextValue<T>