method WriteStream.prototype.cursorTo
Jump to headingWriteStream.prototype.cursorTo(x: number,y?: number,callback?: () => void,): booleanwriteStream.cursorTo() moves this WriteStream's cursor to the specified
position.
Parameters Jump to heading
Jump to headingx: numberoptional
Jump to headingy: numberoptional
Jump to headingcallback: () => voidInvoked once the operation completes.
Return Type Jump to heading
booleanfalse if the stream wishes for the calling code to wait for the 'drain' event to be emitted before continuing to write additional data; otherwise true.
Jump to headingWriteStream.prototype.cursorTo(x: number,callback: () => void,): booleanParameters Jump to heading
Jump to headingx: numberJump to headingcallback: () => voidReturn Type Jump to heading
boolean