Function.suggestionDestinations
function suggestionDestinations(format: ImportMapperFormat): ImportMappingDestination[];
The destination list submitted to the mapping suggestion, derived from the format alone — which is why the client never sends it.
Enum destinations are excluded: their value is a literal picked from a closed
set (a const row), never a source reference, so the model has nothing to
match them against. description/example are forwarded when documented —
they are what lets the model recognize a match by meaning and shape rather
than by name alone.
Parameters
| Parameter | Type |
|---|---|
format | ImportMapperFormat |