Type alias initialize_C<NeedContext>

initialize_C<in NeedContext>: ((context: NeedContext) => void)

Type Parameters

  • in NeedContext extends Record<string | symbol, any>

Type declaration

    • (context: NeedContext): void
    • Initialize plugin that does not add any API to the application, and do not have a start() context?

      Parameters

      • context: NeedContext

      Returns void

Generated using TypeDoc