The current text state details.
The cursor details that the API has used to return matching options.
Test whether the object has been disposed.
This property is always safe to access.
The original completer request details.
The query against which items are filtered.
A signal emitted when state of the completer menu changes.
A flag that is true when the model value was modified by a subset match.
Create a resolved patch between the original state and a patch string.
Dispose of the resources held by the object.
If the object's dispose
method is called more than once, all
calls made after the first will be a no-op.
It is undefined behavior to use any functionality of the object after it has been disposed unless otherwise explicitly noted.
Handle a cursor change.
Handle a completion request.
Get the of visible items in the completer menu.
Get the unfiltered options in a completer menu.
An ordered list of types used for visual encoding.
Reset the state of the model and emit a state change signal.
Reset even if a subset match is in progress.
Set the available options in the completer menu.
The map from identifiers (a.b
) to their types (function, module, class,
instance, etc.).
Generated using TypeDoc
The data model backing a code completer widget.