Skip to content

Commit

Permalink
Docs: Updating event descriptions (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirszenbaum committed Jun 11, 2021
1 parent 747788e commit 0041732
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/HyperFormula.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3976,8 +3976,9 @@ export class HyperFormula implements TypedEmitter {
}

/**
* A method that subscribes to an event.
*
* Subscribes to an event.
* For the list of all available events, see [[Listeners]].
*
* @param {Event} event the name of the event to subscribe to
* @param {Listener} listener to be called when event is emitted
*
Expand All @@ -4000,7 +4001,8 @@ export class HyperFormula implements TypedEmitter {
}

/**
* A method that subscribes to an event once.
* Subscribes to an event once.
* For the list of all available events, see [[Listeners]].
*
* @param {Event} event the name of the event to subscribe to
* @param {Listener} listener to be called when event is emitted
Expand All @@ -4025,7 +4027,8 @@ export class HyperFormula implements TypedEmitter {
}

/**
* A method that unsubscribe from an event or all events.
* Unsubscribes from an event or from all events.
* For the list of all available events, see [[Listeners]].
*
* @param {Event} event the name of the event to subscribe to
* @param {Listener} listener to be called when event is emitted
Expand Down

0 comments on commit 0041732

Please sign in to comment.