mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2025-07-31 12:22:24 +02:00
48 lines
1.2 KiB
Markdown
48 lines
1.2 KiB
Markdown
# @digitransit-search-util/digitransit-search-util-execute-search-immidiate
|
|
|
|
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
|
|
|
|
## SearchType
|
|
|
|
SearchType depicts the type of the search.
|
|
|
|
## executeSearchImmediate
|
|
|
|
Executes the search
|
|
|
|
### Parameters
|
|
|
|
- `searchContext`
|
|
- `refPoint`
|
|
- `$2` **[Object][1]**
|
|
- `$2.input`
|
|
- `$2.type`
|
|
- `$2.layers`
|
|
- `$2.config`
|
|
- `callback`
|
|
|
|
[1]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object
|
|
|
|
<!-- This file is automatically generated. Please don't edit it directly:
|
|
if you find an error, edit the source file (likely index.js), and re-run
|
|
./scripts/generate-readmes in the digitransit-util project. -->
|
|
|
|
---
|
|
|
|
This module is part of the Digitransit-ui project. It is maintained in the
|
|
[HSLdevcom/digitransit-ui](https://github.com/HSLdevcom/digitransit-ui) repository, where you can create
|
|
PRs and issues.
|
|
|
|
### Installation
|
|
|
|
Install this module individually:
|
|
|
|
```sh
|
|
$ npm install @digitransit-search-util/digitransit-search-util-execute-search-immidiate
|
|
```
|
|
|
|
Or install the Digitransit-util module that includes it as a function:
|
|
|
|
```sh
|
|
$ npm install @digitransit-util/digitransit-util
|
|
```
|