Props details
Editor's props extends the base GrapesJS editor options.
Name | Desc | Type |
---|---|---|
id | string | Editor container id |
children | ReactNode[] | Children to init (using fromElement) |
onInit | Function | Function will be called after editor was initialized |
onDestroy | Function | Function will be called when editor unmounted |
The rest props will be passed as options to initialize editor. You can use any options of grapesjs like plugins, blockManager, styleManager, storageManager, …