LookupClientPickSoft pick when lookupClient sees N>1 directory rows (D4) and no live
Lookup.Advice prefer matches a row. "first" = rows[0]; custom sync
fn returns the dial target.
Source src/Hyperlink.ts:22965 lines
export type type LookupClientPick =
| "first"
| ((
rows: ReadonlyArray<LookupDirectoryEntry>
) => LookupDirectoryEntry)
Soft pick when
lookupClient
sees N>1 directory rows (D4) and no live
Lookup.Advice
prefer matches a row. "first" = rows[0]; custom sync
fn returns the dial target.
LookupClientPick =
| "first"
| ((
rows: readonly LookupDirectoryEntry[]rows: interface ReadonlyArray<T>ReadonlyArray<import LookupDirectoryEntryLookupDirectoryEntry>,
) => import LookupDirectoryEntryLookupDirectoryEntry);
Referenced by 1 symbols