ReadonlynameThe name of this output channel.
Protected ReadonlypluginProtected ReadonlyproxyAppend the given value to the channel.
Append the given value and a line feed character to the channel.
Removes all output from the channel.
Dispose and free associated resources.
Hide this channel from the UI.
Replaces all output from the channel with the given value.
A string, falsy values will not be printed.
Reveal this channel in the UI.
OptionalpreserveFocusOrColumn: boolean | ViewColumnThis argument is deprecated and will be ignored.
OptionalpreserveFocus: booleanWhen true the channel will not take focus.
Protectedvalidate
An output channel is a container for readonly textual information.
To get an instance of an
OutputChanneluse createOutputChannel.