Home > @magiclane/maps-sdk > SearchableParameterList > findAll
SearchableParameterList.findAll() method
Search for all occurrences of a parameter identifier in a list.
Signature:
findAll(key: string): ParameterList;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
key |
string |
Parameter key as string |
Returns:
The list of parameters. Is empty if there are no matches.
Exceptions
An exception if it fails.