mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Add docstring for the open event
This commit is contained in:
@@ -630,6 +630,11 @@ Terminal.prototype.open = function(parent) {
|
||||
Terminal.brokenBold = isBoldBroken(this.document);
|
||||
}
|
||||
|
||||
/**
|
||||
* This event is emitted when terminal has completed opening.
|
||||
*
|
||||
* @event open
|
||||
*/
|
||||
this.emit('open');
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user