This class takes care of taking the JSON data and put it into a state that Neuroglancer can use.

Not Exported

Hierarchy

Constructors

Properties

_allCompletions: CompletionWithState[] = []
completer: Completer
curCompletions: CompletionWithState[] = []
disposedStacks: any
element: HTMLDivElement = ...
hintElement: HTMLSpanElement = ...
inputElement: HTMLSpanElement = ...
onCommit: Signal<((value: string, explicit: boolean) => void)> = ...
onInput: Signal<((value: string) => void)> = ...
refCount: number = 1
viewer: Viewer
wasDisposed: undefined | boolean

Accessors

Methods

Generated using TypeDoc