|
|
@@ -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.
|