object with parameters to create new terminal.
Destroy terminal.
terminal widget id.
Destroy terminal.
terminal id.
Whether to wait for a key press before closing the terminal.
Hide UI panel where is located terminal widget.
terminal widget id.
Hide UI panel where is located terminal widget.
terminal id.
Register a new terminal link provider.
id of the terminal link provider to be registered.
Resize the terminal by id.
terminal widget id.
columns.
rows.
Resize the terminal by id.
terminal id.
columns.
rows.
Send text to the terminal by id.
terminal widget id.
text content.
in case true - add new line after the text, otherwise - don't apply new line.
Send text to the terminal by id.
terminal id.
text content.
in case true - add new line after the text, otherwise - don't apply new line.
Set the terminal widget name.
terminal widget id.
new terminal widget name.
Set the terminal widget name.
terminal id.
new terminal widget name.
Show terminal on the UI panel.
terminal widget id.
set terminal focus in case true value, and don't set focus otherwise.
Show terminal on the UI panel.
terminal id.
set terminal focus in case true value, and don't set focus otherwise.
Unregister the terminal link provider with the specified id.
id of the terminal link provider to be unregistered.
Write data to the terminal by id.
terminal widget id.
data.
Write data to the terminal by id.
terminal id.
data.
Create new Terminal with Terminal options.