Skip to main content

Interface: FileLocation

workflow.FileLocation

A pointer to a location in a file

Properties

column

Optional column: number

If possible, SDK should send this.


filePath

Optional filePath: string

Path to source file (absolute or relative). When using a relative path, make sure all paths are relative to the same root.


functionName

Optional functionName: string

Function name this line belongs to (if applicable). Used for falling back to stack trace view.


line

Optional line: number

If possible, SDK should send this, required for displaying the code location.