public class |source

console

Class used for rendering a v9 console window to the pane that should be called within the onInit function

Example:

onInit() {
    gChart = new v9.console("container"); //gChart must be a global var defined outside of your feed
}

Constructor Summary

Public Constructor
public

Member Summary

Public Members
public

Method Summary

Public Methods
public

print(pText: String)

Function that writes a provided string to a new line of the v9 console output

Public Constructors

public constructor() source

Public Members

public fTalkEnum: * source

Public Methods

public print(pText: String) source

Function that writes a provided string to a new line of the v9 console output

Params:

NameTypeAttributeDescription
pTextString

String to be written to the v9 console