Stack information.

interface IStackInfo {
    file: Nullable<string>;
    line: Nullable<number>;
}

Properties

Properties

file: Nullable<string>

Path to file, if available.

line: Nullable<number>

Line of code inside file, if available.

Generated using TypeDoc