Actions right arrow Actions Tree Setup HTML right arrow ProjectObject

Contains information about the current project. This object is accessible at the window.external object from inside an Actions Tree Setup HTML code.


Functions

void CancelDialog ( )

Emulates the user pressing the Cancel button.

object Gatherers ( )

Returns an array containing the list of Extraction Gatherers in the current project.

object GetColumnNames ( string tableName )

Retrieves an array that contains the list of columns in the given table.

Parameters:
tableName The data table for which to get the column names.
object GetParam ( string name )

Retrieves the value of the given parameter if it has been previously set. Use this property to set the values of the input elements in the form to the values previously given by the user.

Parameters:
name The name of the parameter to retrieve.
object KindNames ( )

Returns an array containing the list of Kinds in the current project.

object TableNames ( )

Returns an array containing the list of data tables in the current project.

object Variables ( )

Returns an array containing the list of variable names in the current project.


Properties

bool ParamsSet

Indicates whether the parameters have been previously set by the user. If true, your code should set the values of the input elements in the form to the values given by the user.