Optional
column?: numberOptional
fullFilename?: stringThe full path and filename of the module.
Optional
function?: stringA block of code designed to perform a particular task.
Optional
line?: numberThe line number the code that is called resides on.
A module or class that encloses functions/methods and other code.
Optional
package?: stringA package organizes modules into namespaces, providing a unique namespace for each type it contains.
Optional arguments that are passed to the module or function.
The column the code that is called resides.