TclCommand js Object

TclCommand

A javascript Object as used in incr Tcl in Javascript. Instantiation:

Parameters

  • name
  • func
  • priv_data

A TclCommand represents either a Tcl proc or a Tcl command implemented as a javascript function.

to be filled