Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICodeBlock

Hierarchy

  • ICodeBlock

Implemented by

Index

Properties

clearRuntimeErrors

clearRuntimeErrors: function

Type declaration

    • (): void
    • Returns void

code

code: string

id

id: string

logCompileError

logCompileError: function

Type declaration

    • (error: string): void
    • Parameters

      • error: string

      Returns void

pins

pins: ReferenceArray<BasePin>

Optional runtimeError

runtimeError: [string, number]

sourceInfo

sourceInfo: any