Options
All
  • Public
  • Public/Protected
  • All
Menu

The instantiation options for an inspection handler.

Hierarchy

  • IOptions

Index

Properties

Properties

connector

connector: IDataConnector<IReply, void, IRequest, string>

The connector used to make inspection requests.

Notes

The only method of this connector that will ever be called is fetch, so it is acceptable for the other methods to be simple functions that return rejected promises.

rendermime

The mime renderer for the inspection handler.

Generated using TypeDoc