Options
All
  • Public
  • Public/Protected
  • All
Menu

The instantiation options for cell completion handlers.

Hierarchy

  • IOptions

Index

Properties

Properties

completer

completer: Completer

The completion widget the handler will connect to.

connector

The data connector used to populate completion requests. Use the connector with ICompletionItemsReply for enhanced completions.

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.

Generated using TypeDoc