Interface IDbgProviderCtx

Context returned from adding a provider to allow removal

Hierarchy

  • IDbgProviderCtx

Properties

p rm

Properties

The provider associated with this context

rm: (() => void)

Type declaration

    • (): void
    • Remove the provider from the instance

      Returns void

Generated using TypeDoc