getCandidates() function
Home > streplts > getCandidates
getCandidates() function
Section titled “getCandidates() function”Scans, processes, and extracts eligible auto-complete string arrays based on input strings.
Signature:
export declare function getCandidates(input: string, registry: Registry, context: any, globals: any): string[];Parameters
Section titled “Parameters”|
Parameter |
Type |
Description |
|---|---|---|
|
input |
string |
Current console layout string values. |
|
registry |
Master route mapping configuration layer. | |
|
context |
any |
Mutational shared analytical context space variables. |
|
globals |
any |
Framework tools mapping container records. |
Returns:
string[]
Filtered matched suggestion phrases. *