Skip to content

TealSourceDebugEventData

TealSourceDebugEventData = object

Defined in: src/debugging.ts:27

Represents the data for a single TEAL source

appName: string

Defined in: src/debugging.ts:29

The name of the application


compiledTeal: Expand<Omit<CompiledTeal, "sourceMap"> & object>

Defined in: src/debugging.ts:33

The compiled TEAL code


fileName: string

Defined in: src/debugging.ts:31

The name of the file