A plugin is a function that is registered with Propel and called when Propel is initialized.

Hierarchy

  • PropelPlugin

Properties

Properties

init?: (() => Promise<void>)

Type declaration

    • (): Promise<void>
    • Returns Promise<void>

initTest?: (() => Promise<void>)

Type declaration

    • (): Promise<void>
    • Returns Promise<void>

Generated using TypeDoc