From e4578d384fcc390f2ef24b33d84717aa8c7ac284 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Mon, 11 Jul 2016 13:19:23 -0700 Subject: [PATCH] update docs --- docs/reference/Readme.md | 43 ---------------------------------------- 1 file changed, 43 deletions(-) diff --git a/docs/reference/Readme.md b/docs/reference/Readme.md index 61f32229d..e69de29bb 100644 --- a/docs/reference/Readme.md +++ b/docs/reference/Readme.md @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - -### Components - -#### `` - -```js - -``` - -Most of the editor's properties are actually an implicit plugin defintion. Internally they are grouped together and turned into a plugin that is given first priority in the plugin stack. - -###### Properties - -###### `onChange(state, editor)` - -A handler that's called every time the editor's state changes. It is called with the newly changed `state` and the `editor` instance itself. - - -###### Methods - -###### `getState()` - -Return the editor's current internal state.