Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejavascript
function DoReactSetup (objtype : String, id : String, param<value> [, param<value>] : String )

Method arguments:

  1. objtype - required argument. The type of the object the parameters of which are to be changed. It takes the following values:   type – String, range – existing object types.
  2. id - required argument. Identification number of the object of the type set in the objtype argument. It takes the following values:   type – String, range – existing identification numbers of the objects of the specified type.
  3. param<value> - required argument. Several arguments of this type can be specified. The parameters of the action.

...