Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: Add information about insertContent event params.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Sep 17, 2018
1 parent e95e695 commit 3cb0b59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/model/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,9 @@ export default class Model {
* The {@link #insertContent default action of that method} is implemented as a
* listener to this event so it can be fully customized by the features.
*
* **Note** The `selectable` parameter for the {@link #insertContent} is optional. When `undefined` value is passed the method uses
* `model.document.selection`.
*
* @event insertContent
* @param {Array} args The arguments passed to the original method.
*/
Expand Down

0 comments on commit 3cb0b59

Please sign in to comment.