Skip to content

getCandidates() function

Home > streplts > getCandidates

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[];

Parameter

Type

Description

input

string

Current console layout string values.

registry

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. *