- Preparing search index...
- The search index is not available
neuroglancer
Function getPrefixMatchesWithDescriptions
- getPrefixMatchesWithDescriptions<T>(prefix: string, options: Iterable<T>, getValue: ((x: T) => string), getDescription: ((x: T) => undefined | string)): CompletionWithDescription[]
-
Parameters
-
prefix: string
-
-
getValue: ((x: T) => string)
-
- (x: T): string
-
Returns string
-
getDescription: ((x: T) => undefined | string)
-
- (x: T): undefined | string
-
Returns undefined | string