The instantiation options for cell completion handlers.
Create a new connector for completion requests.
The instatiation options for the connector.
Retrieve the list of items available from the data connector.
The optional query filter to apply to the connector request.
A promise that always rejects with an error.
Subclasses should reimplement if they support a back-end that can list.
Remove a value using the data connector.
The identifier for the data being removed.
A promise that always rejects with an error.
Subclasses should reimplement if they support a back-end that can remove.
Save a value using the data connector.
The identifier for the data being saved.
The data being saved.
A promise that always rejects with an error.
Subclasses should reimplement if they support a back-end that can save.
Generated using TypeDoc
A context+kernel connector for completion handlers. A namespace for completion connector statics.