interface ShellSessionCapturedData
The data captured by ShellSession#capture.
It may contain extra properties, as specified by the extra
argument to ShellSession#capture.
Properties
cols
The number of columns in the terminal, as of the time when capture()
was called.
Signature
cols: number;
events
The events that occurred during the session, up to the point when capture()
was called.
Signature
events: ShellSessionEvent[];