Przeglądaj źródła

Docs: Updated React guide.

Maciej Bukowski 5 lat temu
rodzic
commit
08254fc4e8
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      docs/builds/guides/frameworks/react.md

+ 1 - 0
docs/builds/guides/frameworks/react.md

@@ -124,6 +124,7 @@ class App extends Component {
 The `CKEditorContext` component supports the following properties:
 
 * `config` – The CKEditor5's context configuration.
+* `context` – {@link module:core/context~Context The CKEditor5 context class}.
 * `isLayoutReady` – A property that delays the editor creation when set to true. Useful when the CKEditor 5 annotations or a presence list is used.
 * `id` – The context ID. When that property changes the component restarts the context with its editor and reinitialize it based on the current configuration.
 * `onReady` – A function called when the context is ready and all editors inside were initialized with the `context` instance. This callback can be called after the initialization and after restarts of editors or the context.