The current editor used by the history widget.
Readonly
isReadonly
placeholderThe placeholder text that a history session began with.
Readonly
sessionThe session context used by the foreign handler.
Get the previous item in the console history.
The placeholder string that gets temporarily added to the history only for the duration of one history session. If multiple placeholders are sent within a session, only the first one is accepted.
A Promise for console command text or undefined
if unavailable.
Dispose of the resources held by the object.
If the object's dispose
method is called more than once, all
calls made after the first will be a no-op.
It is undefined behavior to use any functionality of the object after it has been disposed unless otherwise explicitly noted.
Get the next item in the console history.
The placeholder string that gets temporarily added to the history only for the duration of one history session. If multiple placeholders are sent within a session, only the first one is accepted.
A Promise for console command text or undefined
if unavailable.
The definition of a console history manager object.