Optionalcolumn?: numberOptionalfullFilename?: stringThe full path and filename of the module.
Optionalfunction?: stringA block of code designed to perform a particular task.
Optionalline?: numberThe line number the code that is called resides on.
A module or class that encloses functions/methods and other code.
Optionalpackage?: 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.