2018-11-09 02:45:37 +01:00
|
|
|
export const EDITOR_DELETE = 'editorDelete';
|
|
|
|
export const EDITOR_UPLOAD_POST_IMAGE = 'editorUploadImage';
|
|
|
|
export const EDITOR_SAVE = 'editorSave';
|
|
|
|
export const EDITOR_UPDATE = 'editorUpdate';
|
|
|
|
|
2019-02-27 17:17:51 +01:00
|
|
|
class EditorEvent {
|
|
|
|
//--------------------------
|
|
|
|
// methods
|
|
|
|
//--------------------------
|
|
|
|
//--------------------------
|
|
|
|
// event handlers
|
|
|
|
//--------------------------
|
2018-11-09 02:45:37 +01:00
|
|
|
}
|
2019-02-27 17:17:51 +01:00
|
|
|
export default new EditorEvent();
|