Interface IEditorChangedData

interface IEditorChangedData {
    editor: Document.IEditor;
}

Properties

Properties

The CM editor invoking the change event.