TealSourceDebugEventData
TealSourceDebugEventData =
object
Defined in: src/debugging.ts:27
Represents the data for a single TEAL source
Properties
Section titled “Properties”appName
Section titled “appName”appName:
string
Defined in: src/debugging.ts:29
The name of the application
compiledTeal
Section titled “compiledTeal”compiledTeal:
Expand<Omit<CompiledTeal,"sourceMap"> &object>
Defined in: src/debugging.ts:33
The compiled TEAL code
fileName
Section titled “fileName”fileName:
string
Defined in: src/debugging.ts:31
The name of the file