Type alias OnInitCallback<CTX>

OnInitCallback<CTX>: ((target, ctx) => void)

Type Parameters

  • CTX

Type declaration

    • (target, ctx): void
    • Parameters

      • target: string
      • ctx: CTX

      Returns void

Generated using TypeDoc