Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StackFrame

Package version

Stack frame information.

Hierarchy

  • StackFrame

Index

Properties

Optional assembly

assembly: undefined | string

Name of the assembly (dll, jar, etc.) containing this function.

Optional fileName

fileName: undefined | string

File name or URL of the method implementation.

level

level: number

Optional line

line: undefined | number

Line number of the code implementation.

method

method: string

Method name.

Generated using TypeDoc