Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CompilerCallbacks

Stores compiler callbacks.

Hierarchy

  • CompilerCallbacks

Index

Properties

Optional onBeforeGenerateClass

onBeforeGenerateClass: function

Is invoked before a class is being generated.

param

The name of the class.

param

The target framework.

Type declaration

    • Parameters

      Returns void | PromiseLike<void>

Optional onClassGenerated

onClassGenerated: function

Is invoked after a class has been generated.

param

The error (if occurred).

param

The name of the class.

param

The target framework.

Type declaration

    • (err: any, className: string, target: EntityFramework): void | PromiseLike<void>
    • Parameters

      Returns void | PromiseLike<void>

Generated using TypeDoc